Class: Aws::Types::UpdateConfiguredTableAssociationInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configured_table_association_identifier::String

Returns the value of attribute configured_table_association_identifier.

Returns:

  • (::String)


3274
3275
3276
# File 'sig/types.rbs', line 3274

def configured_table_association_identifier
  @configured_table_association_identifier
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3276
3277
3278
# File 'sig/types.rbs', line 3276

def description
  @description
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


3275
3276
3277
# File 'sig/types.rbs', line 3275

def membership_identifier
  @membership_identifier
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


3277
3278
3279
# File 'sig/types.rbs', line 3277

def role_arn
  @role_arn
end