Class: Aws::Artifact::Types::ReportSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb

Overview

Summary for report resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#acceptance_typeString

Acceptance type for report.

Returns:

  • (String)


427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
# File 'gems/aws-sdk-artifact/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

#arnString

ARN for the report resource.

Returns:

  • (String)


427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
# File 'gems/aws-sdk-artifact/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

#categoryString

Category for the report resource.

Returns:

  • (String)


427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
# File 'gems/aws-sdk-artifact/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_nameString

Associated company name for the report resource.

Returns:

  • (String)


427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
# File 'gems/aws-sdk-artifact/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

#descriptionString

Description for the report resource.

Returns:

  • (String)


427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
# File 'gems/aws-sdk-artifact/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

#idString

Unique resource ID for the report resource.

Returns:

  • (String)


427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
# File 'gems/aws-sdk-artifact/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

#nameString

Name for the report resource.

Returns:

  • (String)


427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
# File 'gems/aws-sdk-artifact/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_endTime

Timestamp indicating the report resource effective end.

Returns:

  • (Time)


427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
# File 'gems/aws-sdk-artifact/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_startTime

Timestamp indicating the report resource effective start.

Returns:

  • (Time)


427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
# File 'gems/aws-sdk-artifact/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_nameString

Associated product name for the report resource.

Returns:

  • (String)


427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
# File 'gems/aws-sdk-artifact/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

#seriesString

Series for the report resource.

Returns:

  • (String)


427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
# File 'gems/aws-sdk-artifact/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

#stateString

Current state of the report resource.

Returns:

  • (String)


427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
# File 'gems/aws-sdk-artifact/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_messageString

The message associated with the current upload state.

Returns:

  • (String)


427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
# File 'gems/aws-sdk-artifact/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_stateString

The current state of the document upload.

Returns:

  • (String)


427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
# File 'gems/aws-sdk-artifact/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

#versionInteger

Version for the report resource.

Returns:

  • (Integer)


427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
# File 'gems/aws-sdk-artifact/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