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.
1606 1607 1608 |
# File 'sig/types.rbs', line 1606 def carrier_gateway_id @carrier_gateway_id end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
1609 1610 1611 |
# File 'sig/types.rbs', line 1609 def owner_id @owner_id end |
#state ⇒ "pending", ...
Returns the value of attribute state.
1608 1609 1610 |
# File 'sig/types.rbs', line 1608 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1610 1611 1612 |
# File 'sig/types.rbs', line 1610 def @tags end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1607 1608 1609 |
# File 'sig/types.rbs', line 1607 def vpc_id @vpc_id end |