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.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def description @description end |
#input_reference_config ⇒ Types::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.
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.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def membership_identifier @membership_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def @tags end |