Class: Aws::Types::InternetGateway

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:



11887
11888
11889
# File 'sig/types.rbs', line 11887

def attachments
  @attachments
end

#internet_gateway_id::String

Returns the value of attribute internet_gateway_id.

Returns:

  • (::String)


11888
11889
11890
# File 'sig/types.rbs', line 11888

def internet_gateway_id
  @internet_gateway_id
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


11889
11890
11891
# File 'sig/types.rbs', line 11889

def owner_id
  @owner_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



11890
11891
11892
# File 'sig/types.rbs', line 11890

def tags
  @tags
end