Class: Aws::Types::CreateIdMappingTableInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1048
1049
1050
# File 'sig/types.rbs', line 1048

def description
  @description
end

#input_reference_configTypes::IdMappingTableInputReferenceConfig

Returns the value of attribute input_reference_config.



1049
1050
1051
# File 'sig/types.rbs', line 1049

def input_reference_config
  @input_reference_config
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


1051
1052
1053
# File 'sig/types.rbs', line 1051

def kms_key_arn
  @kms_key_arn
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


1046
1047
1048
# File 'sig/types.rbs', line 1046

def membership_identifier
  @membership_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1047
1048
1049
# File 'sig/types.rbs', line 1047

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


1050
1051
1052
# File 'sig/types.rbs', line 1050

def tags
  @tags
end