Class: Aws::Types::ReportGenerator
- Inherits:
-
Object
- Object
- Aws::Types::ReportGenerator
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_time ⇒ ::String
Returns the value of attribute create_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_report_generation_time ⇒ ::String
Returns the value of attribute last_report_generation_time.
-
#last_run_failure_reason ⇒ ::String
Returns the value of attribute last_run_failure_reason.
-
#last_run_status ⇒ ::String
Returns the value of attribute last_run_status.
-
#license_manager_report_generator_arn ⇒ ::String
Returns the value of attribute license_manager_report_generator_arn.
-
#report_context ⇒ Types::ReportContext
Returns the value of attribute report_context.
-
#report_creator_account ⇒ ::String
Returns the value of attribute report_creator_account.
-
#report_frequency ⇒ Types::ReportFrequency
Returns the value of attribute report_frequency.
-
#report_generator_name ⇒ ::String
Returns the value of attribute report_generator_name.
-
#report_type ⇒ ::Array[("LicenseConfigurationSummaryReport" | "LicenseConfigurationUsageReport" | "LicenseAssetGroupUsageReport")]
Returns the value of attribute report_type.
-
#s3_location ⇒ Types::S3Location
Returns the value of attribute s3_location.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#create_time ⇒ ::String
Returns the value of attribute create_time.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
1215 1216 1217 |
# File 'sig/types.rbs', line 1215 def description @description end |
#last_report_generation_time ⇒ ::String
Returns the value of attribute last_report_generation_time.
1213 1214 1215 |
# File 'sig/types.rbs', line 1213 def last_report_generation_time @last_report_generation_time end |
#last_run_failure_reason ⇒ ::String
Returns the value of attribute last_run_failure_reason.
1212 1213 1214 |
# File 'sig/types.rbs', line 1212 def last_run_failure_reason @last_run_failure_reason end |
#last_run_status ⇒ ::String
Returns the value of attribute last_run_status.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def last_run_status @last_run_status end |
#license_manager_report_generator_arn ⇒ ::String
Returns the value of attribute license_manager_report_generator_arn.
1210 1211 1212 |
# File 'sig/types.rbs', line 1210 def license_manager_report_generator_arn @license_manager_report_generator_arn end |
#report_context ⇒ Types::ReportContext
Returns the value of attribute report_context.
1208 1209 1210 |
# File 'sig/types.rbs', line 1208 def report_context @report_context end |
#report_creator_account ⇒ ::String
Returns the value of attribute report_creator_account.
1214 1215 1216 |
# File 'sig/types.rbs', line 1214 def report_creator_account @report_creator_account end |
#report_frequency ⇒ Types::ReportFrequency
Returns the value of attribute report_frequency.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def report_frequency @report_frequency end |
#report_generator_name ⇒ ::String
Returns the value of attribute report_generator_name.
1206 1207 1208 |
# File 'sig/types.rbs', line 1206 def report_generator_name @report_generator_name end |
#report_type ⇒ ::Array[("LicenseConfigurationSummaryReport" | "LicenseConfigurationUsageReport" | "LicenseAssetGroupUsageReport")]
Returns the value of attribute report_type.
1207 1208 1209 |
# File 'sig/types.rbs', line 1207 def report_type @report_type end |
#s3_location ⇒ Types::S3Location
Returns the value of attribute s3_location.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def s3_location @s3_location end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def end |