Class: Aws::Artifact::Types::GetReportMetadataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Artifact::Types::GetReportMetadataRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-artifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#report_id ⇒ String
Unique resource ID for the report resource.
-
#report_version ⇒ Integer
Version for the report resource.
Instance Attribute Details
#report_id ⇒ String
Unique resource ID for the report resource.
91 92 93 94 95 96 |
# File 'lib/aws-sdk-artifact/types.rb', line 91 class GetReportMetadataRequest < Struct.new( :report_id, :report_version) SENSITIVE = [] include Aws::Structure end |
#report_version ⇒ Integer
Version for the report resource.
91 92 93 94 95 96 |
# File 'lib/aws-sdk-artifact/types.rb', line 91 class GetReportMetadataRequest < Struct.new( :report_id, :report_version) SENSITIVE = [] include Aws::Structure end |