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.
9015 9016 9017 |
# File 'sig/types.rbs', line 9015 def @attachments end |
#egress_only_internet_gateway_id ⇒ ::String
Returns the value of attribute egress_only_internet_gateway_id.
9016 9017 9018 |
# File 'sig/types.rbs', line 9016 def egress_only_internet_gateway_id @egress_only_internet_gateway_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
9017 9018 9019 |
# File 'sig/types.rbs', line 9017 def @tags end |