Class: Aws::Artifact::Types::GetReportRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Artifact::Types::GetReportRequest
- 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.
-
#term_token ⇒ String
Unique download token provided by GetTermForReport API.
Instance Attribute Details
#report_id ⇒ String
Unique resource ID for the report resource.
124 125 126 127 128 129 130 |
# File 'lib/aws-sdk-artifact/types.rb', line 124 class GetReportRequest < Struct.new( :report_id, :report_version, :term_token) SENSITIVE = [] include Aws::Structure end |
#report_version ⇒ Integer
Version for the report resource.
124 125 126 127 128 129 130 |
# File 'lib/aws-sdk-artifact/types.rb', line 124 class GetReportRequest < Struct.new( :report_id, :report_version, :term_token) SENSITIVE = [] include Aws::Structure end |
#term_token ⇒ String
Unique download token provided by GetTermForReport API.
124 125 126 127 128 129 130 |
# File 'lib/aws-sdk-artifact/types.rb', line 124 class GetReportRequest < Struct.new( :report_id, :report_version, :term_token) SENSITIVE = [] include Aws::Structure end |