Class: Aws::Types::ReportOutput

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

Defined Under Namespace

Classes: FailedReportOutput, S3ReportOutput, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failed_report_outputTypes::FailedReportOutput

Returns the value of attribute failed_report_output.



651
652
653
# File 'sig/types.rbs', line 651

def failed_report_output
  @failed_report_output
end

#s3_report_outputTypes::S3ReportOutput

Returns the value of attribute s3_report_output.



650
651
652
# File 'sig/types.rbs', line 650

def s3_report_output
  @s3_report_output
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


652
653
654
# File 'sig/types.rbs', line 652

def unknown
  @unknown
end