Class: Aws::Types::CreateLicenseManagerReportGeneratorRequest

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)


232
233
234
# File 'sig/types.rbs', line 232

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


233
234
235
# File 'sig/types.rbs', line 233

def description
  @description
end

#report_contextTypes::ReportContext

Returns the value of attribute report_context.



230
231
232
# File 'sig/types.rbs', line 230

def report_context
  @report_context
end

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

Returns:

  • (::String)


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.

Returns:



234
235
236
# File 'sig/types.rbs', line 234

def tags
  @tags
end

#type::Array[("LicenseConfigurationSummaryReport" | "LicenseConfigurationUsageReport" | "LicenseAssetGroupUsageReport")]

Returns the value of attribute type.

Returns:

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


229
230
231
# File 'sig/types.rbs', line 229

def type
  @type
end