Class: Aws::RDS::Types::RemoveRoleFromDBClusterMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::RemoveRoleFromDBClusterMessage
- Defined in:
- gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_cluster_identifier ⇒ String
The name of the DB cluster to disassociate the IAM role from.
-
#feature_name ⇒ String
The name of the feature for the DB cluster that the IAM role is to be disassociated from.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role to disassociate from the Aurora DB cluster, for example
arn:aws:iam::123456789012:role/AuroraAccessRole
.
Instance Attribute Details
#db_cluster_identifier ⇒ String
The name of the DB cluster to disassociate the IAM role from.
22780 22781 22782 22783 22784 22785 22786 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 22780 class RemoveRoleFromDBClusterMessage < Struct.new( :db_cluster_identifier, :role_arn, :feature_name) SENSITIVE = [] include Aws::Structure end |
#feature_name ⇒ String
The name of the feature for the DB cluster that the IAM role is to be disassociated from. For information about supported feature names, see DBEngineVersion.
22780 22781 22782 22783 22784 22785 22786 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 22780 class RemoveRoleFromDBClusterMessage < Struct.new( :db_cluster_identifier, :role_arn, :feature_name) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role to disassociate from
the Aurora DB cluster, for example
arn:aws:iam::123456789012:role/AuroraAccessRole
.
22780 22781 22782 22783 22784 22785 22786 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 22780 class RemoveRoleFromDBClusterMessage < Struct.new( :db_cluster_identifier, :role_arn, :feature_name) SENSITIVE = [] include Aws::Structure end |