Class: Aws::Types::UpdateReportDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateReportDefinitionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_s3_location ⇒ Types::S3Location
Returns the value of attribute destination_s3_location.
-
#format ⇒ "CSV", "PARQUET"
Returns the value of attribute format.
-
#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
#destination_s3_location ⇒ Types::S3Location
Returns the value of attribute destination_s3_location.
122 123 124 |
# File 'sig/types.rbs', line 122 def destination_s3_location @destination_s3_location end |
#format ⇒ "CSV", "PARQUET"
Returns the value of attribute format.
121 122 123 |
# File 'sig/types.rbs', line 121 def format @format end |
#report_description ⇒ ::String
Returns the value of attribute report_description.
119 120 121 |
# File 'sig/types.rbs', line 119 def report_description @report_description end |
#report_frequency ⇒ "MONTHLY", ...
Returns the value of attribute report_frequency.
120 121 122 |
# File 'sig/types.rbs', line 120 def report_frequency @report_frequency end |
#report_id ⇒ ::String
Returns the value of attribute report_id.
118 119 120 |
# File 'sig/types.rbs', line 118 def report_id @report_id end |