Class: Aws::Types::UpdateOpsMetadataRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateOpsMetadataRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#keys_to_delete ⇒ ::Array[::String]
Returns the value of attribute keys_to_delete.
-
#metadata_to_update ⇒ ::Hash[::String, Types::MetadataValue]
Returns the value of attribute metadata_to_update.
-
#ops_metadata_arn ⇒ ::String
Returns the value of attribute ops_metadata_arn.
Instance Attribute Details
#keys_to_delete ⇒ ::Array[::String]
Returns the value of attribute keys_to_delete.
4627 4628 4629 |
# File 'sig/types.rbs', line 4627 def keys_to_delete @keys_to_delete end |
#metadata_to_update ⇒ ::Hash[::String, Types::MetadataValue]
Returns the value of attribute metadata_to_update.
4626 4627 4628 |
# File 'sig/types.rbs', line 4626 def end |
#ops_metadata_arn ⇒ ::String
Returns the value of attribute ops_metadata_arn.
4625 4626 4627 |
# File 'sig/types.rbs', line 4625 def end |