Class: Aws::ControlCatalog::Types::ObjectiveSummary

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

Overview

A summary of metadata for an objective.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) that identifies the objective.

Returns:

  • (String)


370
371
372
373
374
375
376
377
378
379
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 370

class ObjectiveSummary < Struct.new(
  :arn,
  :create_time,
  :description,
  :domain,
  :last_update_time,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#create_timeTime

The time when the objective was created.

Returns:

  • (Time)


370
371
372
373
374
375
376
377
378
379
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 370

class ObjectiveSummary < Struct.new(
  :arn,
  :create_time,
  :description,
  :domain,
  :last_update_time,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the objective.

Returns:

  • (String)


370
371
372
373
374
375
376
377
378
379
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 370

class ObjectiveSummary < Struct.new(
  :arn,
  :create_time,
  :description,
  :domain,
  :last_update_time,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#domainTypes::AssociatedDomainSummary

The domain that the objective belongs to.



370
371
372
373
374
375
376
377
378
379
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 370

class ObjectiveSummary < Struct.new(
  :arn,
  :create_time,
  :description,
  :domain,
  :last_update_time,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#last_update_timeTime

The time when the objective was most recently updated.

Returns:

  • (Time)


370
371
372
373
374
375
376
377
378
379
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 370

class ObjectiveSummary < Struct.new(
  :arn,
  :create_time,
  :description,
  :domain,
  :last_update_time,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the objective.

Returns:

  • (String)


370
371
372
373
374
375
376
377
378
379
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 370

class ObjectiveSummary < Struct.new(
  :arn,
  :create_time,
  :description,
  :domain,
  :last_update_time,
  :name)
  SENSITIVE = []
  include Aws::Structure
end