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.
8925 8926 8927 |
# File 'sig/types.rbs', line 8925 def @attachments end |
#egress_only_internet_gateway_id ⇒ ::String
Returns the value of attribute egress_only_internet_gateway_id.
8926 8927 8928 |
# File 'sig/types.rbs', line 8926 def egress_only_internet_gateway_id @egress_only_internet_gateway_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
8927 8928 8929 |
# File 'sig/types.rbs', line 8927 def @tags end |