Class: Aws::Types::GetReportDefinitionResult
- Inherits:
-
Object
- Object
- Aws::Types::GetReportDefinitionResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#destination_s3_location ⇒ Types::S3Location
Returns the value of attribute destination_s3_location.
-
#format ⇒ "CSV", "PARQUET"
Returns the value of attribute format.
-
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
-
#report_description ⇒ ::String
Returns the value of attribute report_description.
-
#report_frequency ⇒ "MONTHLY", ...
Returns the value of attribute report_frequency.
-
#report_id ⇒ ::String
Returns the value of attribute report_id.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
37 38 39 |
# File 'sig/types.rbs', line 37 def created_at @created_at end |
#destination_s3_location ⇒ Types::S3Location
Returns the value of attribute destination_s3_location.
36 37 38 |
# File 'sig/types.rbs', line 36 def destination_s3_location @destination_s3_location end |
#format ⇒ "CSV", "PARQUET"
Returns the value of attribute format.
35 36 37 |
# File 'sig/types.rbs', line 35 def format @format end |
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
38 39 40 |
# File 'sig/types.rbs', line 38 def last_updated @last_updated end |
#report_description ⇒ ::String
Returns the value of attribute report_description.
33 34 35 |
# File 'sig/types.rbs', line 33 def report_description @report_description end |
#report_frequency ⇒ "MONTHLY", ...
Returns the value of attribute report_frequency.
34 35 36 |
# File 'sig/types.rbs', line 34 def report_frequency @report_frequency end |
#report_id ⇒ ::String
Returns the value of attribute report_id.
32 33 34 |
# File 'sig/types.rbs', line 32 def report_id @report_id end |