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:



9015
9016
9017
# File 'sig/types.rbs', line 9015

def attachments
  @attachments
end

#egress_only_internet_gateway_id::String

Returns the value of attribute egress_only_internet_gateway_id.

Returns:

  • (::String)


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.

Returns:



9017
9018
9019
# File 'sig/types.rbs', line 9017

def tags
  @tags
end