Class: Aws::Types::GetCoipPoolUsageRequest

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)


9782
9783
9784
# File 'sig/types.rbs', line 9782

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



9779
9780
9781
# File 'sig/types.rbs', line 9779

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


9780
9781
9782
# File 'sig/types.rbs', line 9780

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


9781
9782
9783
# File 'sig/types.rbs', line 9781

def next_token
  @next_token
end

#pool_id::String

Returns the value of attribute pool_id.

Returns:

  • (::String)


9778
9779
9780
# File 'sig/types.rbs', line 9778

def pool_id
  @pool_id
end