Module: Aws::ApplicationCostProfiler::Client::_GetReportDefinitionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetReportDefinitionResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #destination_s3_location ⇒ Types::S3Location
- #format ⇒ "CSV", "PARQUET"
- #last_updated ⇒ ::Time
- #report_description ⇒ ::String
- #report_frequency ⇒ "MONTHLY", ...
- #report_id ⇒ ::String
Instance Method Details
#created_at ⇒ ::Time
98 |
# File 'sig/client.rbs', line 98
def created_at: () -> ::Time
|
#destination_s3_location ⇒ Types::S3Location
97 |
# File 'sig/client.rbs', line 97
def destination_s3_location: () -> Types::S3Location
|
#format ⇒ "CSV", "PARQUET"
96 |
# File 'sig/client.rbs', line 96
def format: () -> ("CSV" | "PARQUET")
|
#last_updated ⇒ ::Time
99 |
# File 'sig/client.rbs', line 99
def last_updated: () -> ::Time
|
#report_description ⇒ ::String
94 |
# File 'sig/client.rbs', line 94
def report_description: () -> ::String
|
#report_frequency ⇒ "MONTHLY", ...
95 |
# File 'sig/client.rbs', line 95
def report_frequency: () -> ("MONTHLY" | "DAILY" | "ALL")
|
#report_id ⇒ ::String
93 |
# File 'sig/client.rbs', line 93
def report_id: () -> ::String
|