Class: Aws::Types::InternetGateway
- Inherits:
-
Object
- Object
- Aws::Types::InternetGateway
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachments ⇒ ::Array[Types::InternetGatewayAttachment]
Returns the value of attribute attachments.
-
#internet_gateway_id ⇒ ::String
Returns the value of attribute internet_gateway_id.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#attachments ⇒ ::Array[Types::InternetGatewayAttachment]
Returns the value of attribute attachments.
12376 12377 12378 |
# File 'sig/types.rbs', line 12376 def @attachments end |
#internet_gateway_id ⇒ ::String
Returns the value of attribute internet_gateway_id.
12377 12378 12379 |
# File 'sig/types.rbs', line 12377 def internet_gateway_id @internet_gateway_id end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
12378 12379 12380 |
# File 'sig/types.rbs', line 12378 def owner_id @owner_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
12379 12380 12381 |
# File 'sig/types.rbs', line 12379 def @tags end |