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.
127 128 129 |
# File 'sig/types.rbs', line 127 def id @id end |
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
129 130 131 |
# File 'sig/types.rbs', line 129 def owner_account @owner_account end |
#region ⇒ ::String
Returns the value of attribute region.
130 131 132 |
# File 'sig/types.rbs', line 130 def region @region end |
#type ⇒ "virtualPrivateGateway", "transitGateway"
Returns the value of attribute type.
128 129 130 |
# File 'sig/types.rbs', line 128 def type @type end |