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.



1051
1052
1053
# File 'sig/types.rbs', line 1051

def failed_report_output
  @failed_report_output
end

#s3_report_outputTypes::S3ReportOutput

Returns the value of attribute s3_report_output.



1050
1051
1052
# File 'sig/types.rbs', line 1050

def s3_report_output
  @s3_report_output
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1052
1053
1054
# File 'sig/types.rbs', line 1052

def unknown
  @unknown
end