Class: Aws::Types::AttachClassicLinkVpcRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


815
816
817
# File 'sig/types.rbs', line 815

def dry_run
  @dry_run
end

#groups::Array[::String]

Returns the value of attribute groups.

Returns:

  • (::Array[::String])


818
819
820
# File 'sig/types.rbs', line 818

def groups
  @groups
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


816
817
818
# File 'sig/types.rbs', line 816

def instance_id
  @instance_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


817
818
819
# File 'sig/types.rbs', line 817

def vpc_id
  @vpc_id
end