Class: Aws::Types::CreateConfiguredTableAssociationInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configured_table_identifier::String

Returns the value of attribute configured_table_identifier.

Returns:

  • (::String)


1018
1019
1020
# File 'sig/types.rbs', line 1018

def configured_table_identifier
  @configured_table_identifier
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1016
1017
1018
# File 'sig/types.rbs', line 1016

def description
  @description
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


1017
1018
1019
# File 'sig/types.rbs', line 1017

def membership_identifier
  @membership_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1015
1016
1017
# File 'sig/types.rbs', line 1015

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1019
1020
1021
# File 'sig/types.rbs', line 1019

def role_arn
  @role_arn
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1020
1021
1022
# File 'sig/types.rbs', line 1020

def tags
  @tags
end