Class: Aws::Types::ReportDefinition
- Inherits:
-
Object
- Object
- Aws::Types::ReportDefinition
- 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_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#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.
89 90 91 |
# File 'sig/types.rbs', line 89 def created_at @created_at end |
#destination_s3_location ⇒ Types::S3Location
Returns the value of attribute destination_s3_location.
88 89 90 |
# File 'sig/types.rbs', line 88 def destination_s3_location @destination_s3_location end |
#format ⇒ "CSV", "PARQUET"
Returns the value of attribute format.
87 88 89 |
# File 'sig/types.rbs', line 87 def format @format end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
90 91 92 |
# File 'sig/types.rbs', line 90 def last_updated_at @last_updated_at end |
#report_description ⇒ ::String
Returns the value of attribute report_description.
85 86 87 |
# File 'sig/types.rbs', line 85 def report_description @report_description end |
#report_frequency ⇒ "MONTHLY", ...
Returns the value of attribute report_frequency.
86 87 88 |
# File 'sig/types.rbs', line 86 def report_frequency @report_frequency end |
#report_id ⇒ ::String
Returns the value of attribute report_id.
84 85 86 |
# File 'sig/types.rbs', line 84 def report_id @report_id end |