Class: Aws::Types::ListCoverageStatisticsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#counts_by_group ⇒ ::Array[Types::Counts]

Returns the value of attribute counts_by_group.

Returns:



2086
2087
2088
# File 'sig/types.rbs', line 2086

def counts_by_group
  @counts_by_group
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2088
2089
2090
# File 'sig/types.rbs', line 2088

def next_token
  @next_token
end

#total_counts ⇒ ::Integer

Returns the value of attribute total_counts.

Returns:

  • (::Integer)


2087
2088
2089
# File 'sig/types.rbs', line 2087

def total_counts
  @total_counts
end