Class: Aws::Types::UpdateLicenseManagerReportGeneratorRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1373
1374
1375
# File 'sig/types.rbs', line 1373

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1368
1369
1370
# File 'sig/types.rbs', line 1368

def license_manager_report_generator_arn
  @license_manager_report_generator_arn
end

#report_contextTypes::ReportContext

Returns the value of attribute report_context.



1371
1372
1373
# File 'sig/types.rbs', line 1371

def report_context
  @report_context
end

#report_frequencyTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[("LicenseConfigurationSummaryReport" | "LicenseConfigurationUsageReport" | "LicenseAssetGroupUsageReport")])


1370
1371
1372
# File 'sig/types.rbs', line 1370

def type
  @type
end