Class: Aws::Types::DescribeVpcClassicLinkRequest

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)


7910
7911
7912
# File 'sig/types.rbs', line 7910

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



7912
7913
7914
# File 'sig/types.rbs', line 7912

def filters
  @filters
end

#vpc_ids::Array[::String]

Returns the value of attribute vpc_ids.

Returns:

  • (::Array[::String])


7911
7912
7913
# File 'sig/types.rbs', line 7911

def vpc_ids
  @vpc_ids
end