Class: Aws::Types::DeleteCustomMetadataRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteCustomMetadataRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
-
#delete_all ⇒ Boolean
Returns the value of attribute delete_all.
-
#keys ⇒ ::Array[::String]
Returns the value of attribute keys.
-
#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.
198 199 200 |
# File 'sig/types.rbs', line 198 def authentication_token @authentication_token end |
#delete_all ⇒ Boolean
Returns the value of attribute delete_all.
202 203 204 |
# File 'sig/types.rbs', line 202 def delete_all @delete_all end |
#keys ⇒ ::Array[::String]
Returns the value of attribute keys.
201 202 203 |
# File 'sig/types.rbs', line 201 def keys @keys end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
199 200 201 |
# File 'sig/types.rbs', line 199 def resource_id @resource_id end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
200 201 202 |
# File 'sig/types.rbs', line 200 def version_id @version_id end |