Class: Aws::Types::CreateCustomMetadataRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCustomMetadataRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
-
#custom_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute custom_metadata.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
106 107 108 |
# File 'sig/types.rbs', line 106 def authentication_token @authentication_token end |
#custom_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute custom_metadata.
109 110 111 |
# File 'sig/types.rbs', line 109 def @custom_metadata end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
107 108 109 |
# File 'sig/types.rbs', line 107 def resource_id @resource_id end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
108 109 110 |
# File 'sig/types.rbs', line 108 def version_id @version_id end |