Class: Aws::RDS::Types::RemoveRoleFromDBInstanceMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_instance_identifierString

The name of the DB instance to disassociate the IAM role from.

Returns:

  • (String)


21689
21690
21691
21692
21693
21694
21695
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21689

class RemoveRoleFromDBInstanceMessage < Struct.new(
  :db_instance_identifier,
  :role_arn,
  :feature_name)
  SENSITIVE = []
  include Aws::Structure
end

#feature_nameString

The name of the feature for the DB instance that the IAM role is to be disassociated from. For information about supported feature names, see DBEngineVersion.

Returns:

  • (String)


21689
21690
21691
21692
21693
21694
21695
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21689

class RemoveRoleFromDBInstanceMessage < Struct.new(
  :db_instance_identifier,
  :role_arn,
  :feature_name)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the IAM role to disassociate from the DB instance, for example, arn:aws:iam::123456789012:role/AccessRole.

Returns:

  • (String)


21689
21690
21691
21692
21693
21694
21695
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21689

class RemoveRoleFromDBInstanceMessage < Struct.new(
  :db_instance_identifier,
  :role_arn,
  :feature_name)
  SENSITIVE = []
  include Aws::Structure
end