Class: Aws::Types::GetConsolidatedReportInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#format ⇒ "PDF", "JSON"

Returns the value of attribute format.

Returns:

  • ("PDF", "JSON")


766
767
768
# File 'sig/types.rbs', line 766

def format
  @format
end

#include_shared_resources ⇒ Boolean

Returns the value of attribute include_shared_resources.

Returns:

  • (Boolean)


767
768
769
# File 'sig/types.rbs', line 767

def include_shared_resources
  @include_shared_resources
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


769
770
771
# File 'sig/types.rbs', line 769

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


768
769
770
# File 'sig/types.rbs', line 768

def next_token
  @next_token
end