Class: Aws::Types::PutReportDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutReportDefinitionRequest
- 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.
74 75 76 |
# File 'sig/types.rbs', line 74 def destination_s3_location @destination_s3_location end |
#format ⇒ "CSV", "PARQUET"
Returns the value of attribute format.
73 74 75 |
# File 'sig/types.rbs', line 73 def format @format end |
#report_description ⇒ ::String
Returns the value of attribute report_description.
71 72 73 |
# File 'sig/types.rbs', line 71 def report_description @report_description end |
#report_frequency ⇒ "MONTHLY", ...
Returns the value of attribute report_frequency.
72 73 74 |
# File 'sig/types.rbs', line 72 def report_frequency @report_frequency end |
#report_id ⇒ ::String
Returns the value of attribute report_id.
70 71 72 |
# File 'sig/types.rbs', line 70 def report_id @report_id end |