Class: Aws::Types::CreateIdMappingTableInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateIdMappingTableInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#input_reference_config ⇒ Types::IdMappingTableInputReferenceConfig
Returns the value of attribute input_reference_config.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def description @description end |
#input_reference_config ⇒ Types::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.
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.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def membership_identifier @membership_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def @tags end |