Class: Aws::Artifact::Types::GetReportMetadataResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Artifact::Types::GetReportMetadataResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-artifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#report_details ⇒ Types::ReportDetail
Report resource detail.
Instance Attribute Details
#report_details ⇒ Types::ReportDetail
Report resource detail.
104 105 106 107 108 |
# File 'lib/aws-sdk-artifact/types.rb', line 104 class GetReportMetadataResponse < Struct.new( :report_details) SENSITIVE = [] include Aws::Structure end |