Class: Aws::Types::GetConsolidatedReportInput
- Inherits:
-
Object
- Object
- Aws::Types::GetConsolidatedReportInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#format ⇒ "PDF", "JSON"
Returns the value of attribute format.
-
#include_shared_resources ⇒ Boolean
Returns the value of attribute include_shared_resources.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#format ⇒ "PDF", "JSON"
Returns the value of attribute format.
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.
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.
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.
768 769 770 |
# File 'sig/types.rbs', line 768 def next_token @next_token end |