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])


5715
5716
5717
# File 'sig/types.rbs', line 5715

def customer_gateway_ids
  @customer_gateway_ids
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


5717
5718
5719
# File 'sig/types.rbs', line 5717

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



5716
5717
5718
# File 'sig/types.rbs', line 5716

def filters
  @filters
end