Class: Aws::Types::UpdateNetworkResourceMetadataRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateNetworkResourceMetadataRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
-
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
1910 1911 1912 |
# File 'sig/types.rbs', line 1910 def global_network_id @global_network_id end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
1912 1913 1914 |
# File 'sig/types.rbs', line 1912 def end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1911 1912 1913 |
# File 'sig/types.rbs', line 1911 def resource_arn @resource_arn end |