Class: Aws::Types::VpcAttachment

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")


19295
19296
19297
# File 'sig/types.rbs', line 19295

def state
  @state
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


19294
19295
19296
# File 'sig/types.rbs', line 19294

def vpc_id
  @vpc_id
end