Class: Aws::Types::EgressOnlyInternetGateway

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachments::Array[Types::InternetGatewayAttachment]

Returns the value of attribute attachments.

Returns:



8714
8715
8716
# File 'sig/types.rbs', line 8714

def attachments
  @attachments
end

#egress_only_internet_gateway_id::String

Returns the value of attribute egress_only_internet_gateway_id.

Returns:

  • (::String)


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.

Returns:



8716
8717
8718
# File 'sig/types.rbs', line 8716

def tags
  @tags
end