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)


1067
1068
1069
# File 'sig/types.rbs', line 1067

def description
  @description
end

#input_reference_configTypes::IdMappingTableInputReferenceConfig

Returns the value of attribute input_reference_config.



1068
1069
1070
# File 'sig/types.rbs', line 1068

def input_reference_config
  @input_reference_config
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


1070
1071
1072
# File 'sig/types.rbs', line 1070

def kms_key_arn
  @kms_key_arn
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


1065
1066
1067
# File 'sig/types.rbs', line 1065

def membership_identifier
  @membership_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1066
1067
1068
# File 'sig/types.rbs', line 1066

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


1069
1070
1071
# File 'sig/types.rbs', line 1069

def tags
  @tags
end