Class: Aws::Artifact::Types::ReportSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Artifact::Types::ReportSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-artifact/types.rb
Overview
Summary for report resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#acceptance_type ⇒ String
Acceptance type for report.
-
#arn ⇒ String
ARN for the report resource.
-
#category ⇒ String
Category for the report resource.
-
#company_name ⇒ String
Associated company name for the report resource.
-
#description ⇒ String
Description for the report resource.
-
#id ⇒ String
Unique resource ID for the report resource.
-
#name ⇒ String
Name for the report resource.
-
#period_end ⇒ Time
Timestamp indicating the report resource effective end.
-
#period_start ⇒ Time
Timestamp indicating the report resource effective start.
-
#product_name ⇒ String
Associated product name for the report resource.
-
#series ⇒ String
Series for the report resource.
-
#state ⇒ String
Current state of the report resource.
-
#status_message ⇒ String
The message associated with the current upload state.
-
#upload_state ⇒ String
The current state of the document upload.
-
#version ⇒ Integer
Version for the report resource.
Instance Attribute Details
#acceptance_type ⇒ String
Acceptance type for report.
427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-artifact/types.rb', line 427 class ReportSummary < Struct.new( :id, :name, :state, :arn, :version, :upload_state, :description, :period_start, :period_end, :series, :category, :company_name, :product_name, :status_message, :acceptance_type) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
ARN for the report resource.
427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-artifact/types.rb', line 427 class ReportSummary < Struct.new( :id, :name, :state, :arn, :version, :upload_state, :description, :period_start, :period_end, :series, :category, :company_name, :product_name, :status_message, :acceptance_type) SENSITIVE = [] include Aws::Structure end |
#category ⇒ String
Category for the report resource.
427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-artifact/types.rb', line 427 class ReportSummary < Struct.new( :id, :name, :state, :arn, :version, :upload_state, :description, :period_start, :period_end, :series, :category, :company_name, :product_name, :status_message, :acceptance_type) SENSITIVE = [] include Aws::Structure end |
#company_name ⇒ String
Associated company name for the report resource.
427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-artifact/types.rb', line 427 class ReportSummary < Struct.new( :id, :name, :state, :arn, :version, :upload_state, :description, :period_start, :period_end, :series, :category, :company_name, :product_name, :status_message, :acceptance_type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Description for the report resource.
427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-artifact/types.rb', line 427 class ReportSummary < Struct.new( :id, :name, :state, :arn, :version, :upload_state, :description, :period_start, :period_end, :series, :category, :company_name, :product_name, :status_message, :acceptance_type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
Unique resource ID for the report resource.
427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-artifact/types.rb', line 427 class ReportSummary < Struct.new( :id, :name, :state, :arn, :version, :upload_state, :description, :period_start, :period_end, :series, :category, :company_name, :product_name, :status_message, :acceptance_type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name for the report resource.
427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-artifact/types.rb', line 427 class ReportSummary < Struct.new( :id, :name, :state, :arn, :version, :upload_state, :description, :period_start, :period_end, :series, :category, :company_name, :product_name, :status_message, :acceptance_type) SENSITIVE = [] include Aws::Structure end |
#period_end ⇒ Time
Timestamp indicating the report resource effective end.
427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-artifact/types.rb', line 427 class ReportSummary < Struct.new( :id, :name, :state, :arn, :version, :upload_state, :description, :period_start, :period_end, :series, :category, :company_name, :product_name, :status_message, :acceptance_type) SENSITIVE = [] include Aws::Structure end |
#period_start ⇒ Time
Timestamp indicating the report resource effective start.
427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-artifact/types.rb', line 427 class ReportSummary < Struct.new( :id, :name, :state, :arn, :version, :upload_state, :description, :period_start, :period_end, :series, :category, :company_name, :product_name, :status_message, :acceptance_type) SENSITIVE = [] include Aws::Structure end |
#product_name ⇒ String
Associated product name for the report resource.
427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-artifact/types.rb', line 427 class ReportSummary < Struct.new( :id, :name, :state, :arn, :version, :upload_state, :description, :period_start, :period_end, :series, :category, :company_name, :product_name, :status_message, :acceptance_type) SENSITIVE = [] include Aws::Structure end |
#series ⇒ String
Series for the report resource.
427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-artifact/types.rb', line 427 class ReportSummary < Struct.new( :id, :name, :state, :arn, :version, :upload_state, :description, :period_start, :period_end, :series, :category, :company_name, :product_name, :status_message, :acceptance_type) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
Current state of the report resource.
427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-artifact/types.rb', line 427 class ReportSummary < Struct.new( :id, :name, :state, :arn, :version, :upload_state, :description, :period_start, :period_end, :series, :category, :company_name, :product_name, :status_message, :acceptance_type) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The message associated with the current upload state.
427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-artifact/types.rb', line 427 class ReportSummary < Struct.new( :id, :name, :state, :arn, :version, :upload_state, :description, :period_start, :period_end, :series, :category, :company_name, :product_name, :status_message, :acceptance_type) SENSITIVE = [] include Aws::Structure end |
#upload_state ⇒ String
The current state of the document upload.
427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-artifact/types.rb', line 427 class ReportSummary < Struct.new( :id, :name, :state, :arn, :version, :upload_state, :description, :period_start, :period_end, :series, :category, :company_name, :product_name, :status_message, :acceptance_type) SENSITIVE = [] include Aws::Structure end |
#version ⇒ Integer
Version for the report resource.
427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-artifact/types.rb', line 427 class ReportSummary < Struct.new( :id, :name, :state, :arn, :version, :upload_state, :description, :period_start, :period_end, :series, :category, :company_name, :product_name, :status_message, :acceptance_type) SENSITIVE = [] include Aws::Structure end |