Class: Aws::Types::CreateOpsMetadataRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateOpsMetadataRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metadata ⇒ ::Hash[::String, Types::MetadataValue]
Returns the value of attribute metadata.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#metadata ⇒ ::Hash[::String, Types::MetadataValue]
Returns the value of attribute metadata.
783 784 785 |
# File 'sig/types.rbs', line 783 def @metadata end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
782 783 784 |
# File 'sig/types.rbs', line 782 def resource_id @resource_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
784 785 786 |
# File 'sig/types.rbs', line 784 def @tags end |