Class: Aws::Types::DescribeEgressOnlyInternetGatewaysRequest

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)


5831
5832
5833
# File 'sig/types.rbs', line 5831

def dry_run
  @dry_run
end

#egress_only_internet_gateway_ids::Array[::String]

Returns the value of attribute egress_only_internet_gateway_ids.

Returns:

  • (::Array[::String])


5832
5833
5834
# File 'sig/types.rbs', line 5832

def egress_only_internet_gateway_ids
  @egress_only_internet_gateway_ids
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



5835
5836
5837
# File 'sig/types.rbs', line 5835

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


5833
5834
5835
# File 'sig/types.rbs', line 5833

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5834
5835
5836
# File 'sig/types.rbs', line 5834

def next_token
  @next_token
end