Class: Aws::Types::UpdateNetworkResourceMetadataResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateNetworkResourceMetadataResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
1918 1919 1920 |
# File 'sig/types.rbs', line 1918 def @metadata end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1917 1918 1919 |
# File 'sig/types.rbs', line 1917 def resource_arn @resource_arn end |