Class: Aws::Types::CreateLicenseManagerReportGeneratorRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLicenseManagerReportGeneratorRequest
- 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.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#type ⇒ ::Array[("LicenseConfigurationSummaryReport" | "LicenseConfigurationUsageReport" | "LicenseAssetGroupUsageReport")]
Returns the value of attribute type.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
232 233 234 |
# File 'sig/types.rbs', line 232 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
233 234 235 |
# File 'sig/types.rbs', line 233 def description @description end |
#report_context ⇒ Types::ReportContext
Returns the value of attribute report_context.
230 231 232 |
# File 'sig/types.rbs', line 230 def report_context @report_context end |
#report_frequency ⇒ Types::ReportFrequency
Returns the value of attribute report_frequency.
231 232 233 |
# File 'sig/types.rbs', line 231 def report_frequency @report_frequency end |
#report_generator_name ⇒ ::String
Returns the value of attribute report_generator_name.
228 229 230 |
# File 'sig/types.rbs', line 228 def report_generator_name @report_generator_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
234 235 236 |
# File 'sig/types.rbs', line 234 def @tags end |
#type ⇒ ::Array[("LicenseConfigurationSummaryReport" | "LicenseConfigurationUsageReport" | "LicenseAssetGroupUsageReport")]
Returns the value of attribute type.
229 230 231 |
# File 'sig/types.rbs', line 229 def type @type end |