Class: Aws::Types::AddRoleToDBClusterMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_identifier::String

Returns the value of attribute db_cluster_identifier.

Returns:

  • (::String)


24
25
26
# File 'sig/types.rbs', line 24

def db_cluster_identifier
  @db_cluster_identifier
end

#feature_name::String

Returns the value of attribute feature_name.

Returns:

  • (::String)


26
27
28
# File 'sig/types.rbs', line 26

def feature_name
  @feature_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


25
26
27
# File 'sig/types.rbs', line 25

def role_arn
  @role_arn
end