Class: Aws::Types::ReportGenerator

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::String

Returns the value of attribute create_time.

Returns:

  • (::String)


1217
1218
1219
# File 'sig/types.rbs', line 1217

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1210
1211
1212
# File 'sig/types.rbs', line 1210

def license_manager_report_generator_arn
  @license_manager_report_generator_arn
end

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

Returns:

  • (::String)


1214
1215
1216
# File 'sig/types.rbs', line 1214

def 
  
end

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

Returns:

  • (::String)


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.

Returns:

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


1207
1208
1209
# File 'sig/types.rbs', line 1207

def report_type
  @report_type
end

#s3_locationTypes::S3Location

Returns the value of attribute s3_location.

Returns:



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.

Returns:



1218
1219
1220
# File 'sig/types.rbs', line 1218

def tags
  @tags
end