Class: Aws::Types::UpdateLicenseManagerReportGeneratorRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLicenseManagerReportGeneratorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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_frequency ⇒ Types::ReportFrequency
Returns the value of attribute report_frequency.
-
#report_generator_name ⇒ ::String
Returns the value of attribute report_generator_name.
-
#type ⇒ ::Array[("LicenseConfigurationSummaryReport" | "LicenseConfigurationUsageReport" | "LicenseAssetGroupUsageReport")]
Returns the value of attribute type.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1373 1374 1375 |
# File 'sig/types.rbs', line 1373 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
1374 1375 1376 |
# File 'sig/types.rbs', line 1374 def description @description end |
#license_manager_report_generator_arn ⇒ ::String
Returns the value of attribute license_manager_report_generator_arn.
1368 1369 1370 |
# File 'sig/types.rbs', line 1368 def license_manager_report_generator_arn @license_manager_report_generator_arn end |
#report_context ⇒ Types::ReportContext
Returns the value of attribute report_context.
1371 1372 1373 |
# File 'sig/types.rbs', line 1371 def report_context @report_context end |
#report_frequency ⇒ Types::ReportFrequency
Returns the value of attribute report_frequency.
1372 1373 1374 |
# File 'sig/types.rbs', line 1372 def report_frequency @report_frequency end |
#report_generator_name ⇒ ::String
Returns the value of attribute report_generator_name.
1369 1370 1371 |
# File 'sig/types.rbs', line 1369 def report_generator_name @report_generator_name end |
#type ⇒ ::Array[("LicenseConfigurationSummaryReport" | "LicenseConfigurationUsageReport" | "LicenseAssetGroupUsageReport")]
Returns the value of attribute type.
1370 1371 1372 |
# File 'sig/types.rbs', line 1370 def type @type end |