Class: Aws::Types::CarrierGateway
- Inherits:
-
Object
- Object
- Aws::Types::CarrierGateway
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#carrier_gateway_id ⇒ ::String
Returns the value of attribute carrier_gateway_id.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#state ⇒ "pending", ...
Returns the value of attribute state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#carrier_gateway_id ⇒ ::String
Returns the value of attribute carrier_gateway_id.
1708 1709 1710 |
# File 'sig/types.rbs', line 1708 def carrier_gateway_id @carrier_gateway_id end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 def owner_id @owner_id end |
#state ⇒ "pending", ...
Returns the value of attribute state.
1710 1711 1712 |
# File 'sig/types.rbs', line 1710 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1712 1713 1714 |
# File 'sig/types.rbs', line 1712 def @tags end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1709 1710 1711 |
# File 'sig/types.rbs', line 1709 def vpc_id @vpc_id end |