Class: Aws::Types::DescribeCustomerGatewaysRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#customer_gateway_ids::Array[::String]

Returns the value of attribute customer_gateway_ids.

Returns:

  • (::Array[::String])


5532
5533
5534
# File 'sig/types.rbs', line 5532

def customer_gateway_ids
  @customer_gateway_ids
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


5534
5535
5536
# File 'sig/types.rbs', line 5534

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



5533
5534
5535
# File 'sig/types.rbs', line 5533

def filters
  @filters
end