Class: Aws::Types::GetSubnetCidrReservationsRequest

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)


10855
10856
10857
# File 'sig/types.rbs', line 10855

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



10853
10854
10855
# File 'sig/types.rbs', line 10853

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


10857
10858
10859
# File 'sig/types.rbs', line 10857

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


10856
10857
10858
# File 'sig/types.rbs', line 10856

def next_token
  @next_token
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


10854
10855
10856
# File 'sig/types.rbs', line 10854

def subnet_id
  @subnet_id
end