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.
1692 1693 1694 |
# File 'sig/types.rbs', line 1692 def carrier_gateway_id @carrier_gateway_id end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
1695 1696 1697 |
# File 'sig/types.rbs', line 1695 def owner_id @owner_id end |
#state ⇒ "pending", ...
Returns the value of attribute state.
1694 1695 1696 |
# File 'sig/types.rbs', line 1694 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1696 1697 1698 |
# File 'sig/types.rbs', line 1696 def @tags end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1693 1694 1695 |
# File 'sig/types.rbs', line 1693 def vpc_id @vpc_id end |