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)


3301
3302
3303
# File 'sig/types.rbs', line 3301

def configured_table_association_identifier
  @configured_table_association_identifier
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3303
3304
3305
# File 'sig/types.rbs', line 3303

def description
  @description
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


3302
3303
3304
# File 'sig/types.rbs', line 3302

def membership_identifier
  @membership_identifier
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


3304
3305
3306
# File 'sig/types.rbs', line 3304

def role_arn
  @role_arn
end