Class: Aws::Types::GetConsolidatedReportOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#base_64_string ⇒ ::String

Returns the value of attribute base_64_string.

Returns:

  • (::String)


776
777
778
# File 'sig/types.rbs', line 776

def base_64_string
  @base_64_string
end

#metrics ⇒ ::Array[Types::ConsolidatedReportMetric]

Returns the value of attribute metrics.

Returns:



774
775
776
# File 'sig/types.rbs', line 774

def metrics
  @metrics
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


775
776
777
# File 'sig/types.rbs', line 775

def next_token
  @next_token
end