Class: Aws::Types::AddRoleToDBInstanceMessage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_instance_identifier::String

Returns the value of attribute db_instance_identifier.

Returns:

  • (::String)


31
32
33
# File 'sig/types.rbs', line 31

def db_instance_identifier
  @db_instance_identifier
end

#feature_name::String

Returns the value of attribute feature_name.

Returns:

  • (::String)


33
34
35
# File 'sig/types.rbs', line 33

def feature_name
  @feature_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


32
33
34
# File 'sig/types.rbs', line 32

def role_arn
  @role_arn
end