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


5790
5791
5792
# File 'sig/types.rbs', line 5790

def customer_gateway_ids
  @customer_gateway_ids
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


5792
5793
5794
# File 'sig/types.rbs', line 5792

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



5791
5792
5793
# File 'sig/types.rbs', line 5791

def filters
  @filters
end