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)


7727
7728
7729
# File 'sig/types.rbs', line 7727

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



7729
7730
7731
# File 'sig/types.rbs', line 7729

def filters
  @filters
end

#vpc_ids::Array[::String]

Returns the value of attribute vpc_ids.

Returns:

  • (::Array[::String])


7728
7729
7730
# File 'sig/types.rbs', line 7728

def vpc_ids
  @vpc_ids
end