Class: Aws::Types::ReportDefinition
- Inherits:
-
Object
- Object
- Aws::Types::ReportDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_artifacts ⇒ ::Array[("REDSHIFT" | "QUICKSIGHT" | "ATHENA")]
Returns the value of attribute additional_artifacts.
-
#additional_schema_elements ⇒ ::Array[("RESOURCES" | "SPLIT_COST_ALLOCATION_DATA" | "MANUAL_DISCOUNT_COMPATIBILITY")]
Returns the value of attribute additional_schema_elements.
-
#billing_view_arn ⇒ ::String
Returns the value of attribute billing_view_arn.
-
#compression ⇒ "ZIP", ...
Returns the value of attribute compression.
-
#format ⇒ "textORcsv", "Parquet"
Returns the value of attribute format.
-
#refresh_closed_reports ⇒ Boolean
Returns the value of attribute refresh_closed_reports.
-
#report_name ⇒ ::String
Returns the value of attribute report_name.
-
#report_status ⇒ Types::ReportStatus
Returns the value of attribute report_status.
-
#report_versioning ⇒ "CREATE_NEW_REPORT", "OVERWRITE_REPORT"
Returns the value of attribute report_versioning.
-
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
-
#s3_prefix ⇒ ::String
Returns the value of attribute s3_prefix.
-
#s3_region ⇒ "af-south-1", ...
Returns the value of attribute s3_region.
-
#time_unit ⇒ "HOURLY", ...
Returns the value of attribute time_unit.
Instance Attribute Details
#additional_artifacts ⇒ ::Array[("REDSHIFT" | "QUICKSIGHT" | "ATHENA")]
Returns the value of attribute additional_artifacts.
80 81 82 |
# File 'sig/types.rbs', line 80 def additional_artifacts @additional_artifacts end |
#additional_schema_elements ⇒ ::Array[("RESOURCES" | "SPLIT_COST_ALLOCATION_DATA" | "MANUAL_DISCOUNT_COMPATIBILITY")]
Returns the value of attribute additional_schema_elements.
76 77 78 |
# File 'sig/types.rbs', line 76 def additional_schema_elements @additional_schema_elements end |
#billing_view_arn ⇒ ::String
Returns the value of attribute billing_view_arn.
83 84 85 |
# File 'sig/types.rbs', line 83 def billing_view_arn @billing_view_arn end |
#compression ⇒ "ZIP", ...
Returns the value of attribute compression.
75 76 77 |
# File 'sig/types.rbs', line 75 def compression @compression end |
#format ⇒ "textORcsv", "Parquet"
Returns the value of attribute format.
74 75 76 |
# File 'sig/types.rbs', line 74 def format @format end |
#refresh_closed_reports ⇒ Boolean
Returns the value of attribute refresh_closed_reports.
81 82 83 |
# File 'sig/types.rbs', line 81 def refresh_closed_reports @refresh_closed_reports end |
#report_name ⇒ ::String
Returns the value of attribute report_name.
72 73 74 |
# File 'sig/types.rbs', line 72 def report_name @report_name end |
#report_status ⇒ Types::ReportStatus
Returns the value of attribute report_status.
84 85 86 |
# File 'sig/types.rbs', line 84 def report_status @report_status end |
#report_versioning ⇒ "CREATE_NEW_REPORT", "OVERWRITE_REPORT"
Returns the value of attribute report_versioning.
82 83 84 |
# File 'sig/types.rbs', line 82 def report_versioning @report_versioning end |
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
77 78 79 |
# File 'sig/types.rbs', line 77 def s3_bucket @s3_bucket end |
#s3_prefix ⇒ ::String
Returns the value of attribute s3_prefix.
78 79 80 |
# File 'sig/types.rbs', line 78 def s3_prefix @s3_prefix end |
#s3_region ⇒ "af-south-1", ...
Returns the value of attribute s3_region.
79 80 81 |
# File 'sig/types.rbs', line 79 def s3_region @s3_region end |
#time_unit ⇒ "HOURLY", ...
Returns the value of attribute time_unit.
73 74 75 |
# File 'sig/types.rbs', line 73 def time_unit @time_unit end |