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)


901
902
903
# File 'sig/types.rbs', line 901

def dry_run
  @dry_run
end

#groups::Array[::String]

Returns the value of attribute groups.

Returns:

  • (::Array[::String])


904
905
906
# File 'sig/types.rbs', line 904

def groups
  @groups
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


902
903
904
# File 'sig/types.rbs', line 902

def instance_id
  @instance_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


903
904
905
# File 'sig/types.rbs', line 903

def vpc_id
  @vpc_id
end