Class: Aws::Types::VirtualGatewayData
- Inherits:
-
Object
- Object
- Aws::Types::VirtualGatewayData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
-
#metadata ⇒ Types::ResourceMetadata
Returns the value of attribute metadata.
-
#spec ⇒ Types::VirtualGatewaySpec
Returns the value of attribute spec.
-
#status ⇒ Types::VirtualGatewayStatus
Returns the value of attribute status.
-
#virtual_gateway_name ⇒ ::String
Returns the value of attribute virtual_gateway_name.
Instance Attribute Details
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
1346 1347 1348 |
# File 'sig/types.rbs', line 1346 def mesh_name @mesh_name end |
#metadata ⇒ Types::ResourceMetadata
Returns the value of attribute metadata.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def @metadata end |
#spec ⇒ Types::VirtualGatewaySpec
Returns the value of attribute spec.
1348 1349 1350 |
# File 'sig/types.rbs', line 1348 def spec @spec end |
#status ⇒ Types::VirtualGatewayStatus
Returns the value of attribute status.
1349 1350 1351 |
# File 'sig/types.rbs', line 1349 def status @status end |
#virtual_gateway_name ⇒ ::String
Returns the value of attribute virtual_gateway_name.
1350 1351 1352 |
# File 'sig/types.rbs', line 1350 def virtual_gateway_name @virtual_gateway_name end |