Class: Aws::Types::EgressOnlyInternetGateway
- Inherits:
-
Object
- Object
- Aws::Types::EgressOnlyInternetGateway
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachments ⇒ ::Array[Types::InternetGatewayAttachment]
Returns the value of attribute attachments.
-
#egress_only_internet_gateway_id ⇒ ::String
Returns the value of attribute egress_only_internet_gateway_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#attachments ⇒ ::Array[Types::InternetGatewayAttachment]
Returns the value of attribute attachments.
8714 8715 8716 |
# File 'sig/types.rbs', line 8714 def @attachments end |
#egress_only_internet_gateway_id ⇒ ::String
Returns the value of attribute egress_only_internet_gateway_id.
8715 8716 8717 |
# File 'sig/types.rbs', line 8715 def egress_only_internet_gateway_id @egress_only_internet_gateway_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
8716 8717 8718 |
# File 'sig/types.rbs', line 8716 def @tags end |