Class: Aws::Types::InternetGatewayAttachment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#state"attaching", ...

Returns the value of attribute state.

Returns:

  • ("attaching", "attached", "detaching", "detached")


12166
12167
12168
# File 'sig/types.rbs', line 12166

def state
  @state
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


12167
12168
12169
# File 'sig/types.rbs', line 12167

def vpc_id
  @vpc_id
end