Class: Aws::Types::VirtualGatewayRef
- Inherits:
-
Object
- Object
- Aws::Types::VirtualGatewayRef
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
-
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
-
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
-
#version ⇒ ::Integer
Returns the value of attribute version.
-
#virtual_gateway_name ⇒ ::String
Returns the value of attribute virtual_gateway_name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1467 1468 1469 |
# File 'sig/types.rbs', line 1467 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1468 1469 1470 |
# File 'sig/types.rbs', line 1468 def created_at @created_at end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
1469 1470 1471 |
# File 'sig/types.rbs', line 1469 def last_updated_at @last_updated_at end |
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
1470 1471 1472 |
# File 'sig/types.rbs', line 1470 def mesh_name @mesh_name end |
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
1471 1472 1473 |
# File 'sig/types.rbs', line 1471 def mesh_owner @mesh_owner end |
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
1472 1473 1474 |
# File 'sig/types.rbs', line 1472 def resource_owner @resource_owner end |
#version ⇒ ::Integer
Returns the value of attribute version.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def version @version end |
#virtual_gateway_name ⇒ ::String
Returns the value of attribute virtual_gateway_name.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def virtual_gateway_name @virtual_gateway_name end |