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:



8925
8926
8927
# File 'sig/types.rbs', line 8925

def attachments
  @attachments
end

#egress_only_internet_gateway_id::String

Returns the value of attribute egress_only_internet_gateway_id.

Returns:

  • (::String)


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.

Returns:



8927
8928
8929
# File 'sig/types.rbs', line 8927

def tags
  @tags
end