#[non_exhaustive]pub struct AwsRedshiftClusterIamRole { /* private fields */ }
Expand description
An IAM role that the cluster can use to access other Amazon Web Services services.
Implementations§
source§impl AwsRedshiftClusterIamRole
impl AwsRedshiftClusterIamRole
sourcepub fn apply_status(&self) -> Option<&str>
pub fn apply_status(&self) -> Option<&str>
The status of the IAM role's association with the cluster.
Valid values: in-sync
| adding
| removing
sourcepub fn iam_role_arn(&self) -> Option<&str>
pub fn iam_role_arn(&self) -> Option<&str>
The ARN of the IAM role.
source§impl AwsRedshiftClusterIamRole
impl AwsRedshiftClusterIamRole
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsRedshiftClusterIamRole
.
Trait Implementations§
source§impl Clone for AwsRedshiftClusterIamRole
impl Clone for AwsRedshiftClusterIamRole
source§fn clone(&self) -> AwsRedshiftClusterIamRole
fn clone(&self) -> AwsRedshiftClusterIamRole
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AwsRedshiftClusterIamRole
impl Debug for AwsRedshiftClusterIamRole
source§impl PartialEq<AwsRedshiftClusterIamRole> for AwsRedshiftClusterIamRole
impl PartialEq<AwsRedshiftClusterIamRole> for AwsRedshiftClusterIamRole
source§fn eq(&self, other: &AwsRedshiftClusterIamRole) -> bool
fn eq(&self, other: &AwsRedshiftClusterIamRole) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.