Class: Aws::Types::AssociatedGateway
- Inherits:
-
Object
- Object
- Aws::Types::AssociatedGateway
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#type ⇒ "virtualPrivateGateway", "transitGateway"
Returns the value of attribute type.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
115 116 117 |
# File 'sig/types.rbs', line 115 def id @id end |
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
117 118 119 |
# File 'sig/types.rbs', line 117 def owner_account @owner_account end |
#region ⇒ ::String
Returns the value of attribute region.
118 119 120 |
# File 'sig/types.rbs', line 118 def region @region end |
#type ⇒ "virtualPrivateGateway", "transitGateway"
Returns the value of attribute type.
116 117 118 |
# File 'sig/types.rbs', line 116 def type @type end |