Class: Aws::Types::GetIpamPoolCidrsRequest

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)


10118
10119
10120
# File 'sig/types.rbs', line 10118

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



10120
10121
10122
# File 'sig/types.rbs', line 10120

def filters
  @filters
end

#ipam_pool_id::String

Returns the value of attribute ipam_pool_id.

Returns:

  • (::String)


10119
10120
10121
# File 'sig/types.rbs', line 10119

def ipam_pool_id
  @ipam_pool_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


10121
10122
10123
# File 'sig/types.rbs', line 10121

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


10122
10123
10124
# File 'sig/types.rbs', line 10122

def next_token
  @next_token
end