Class: Aws::ControlCatalog::Types::CommonControlSummary

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

Overview

A summary of metadata for a common control.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) that identifies the common control.

Returns:

  • (String)


115
116
117
118
119
120
121
122
123
124
125
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 115

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

#create_timeTime

The time when the common control was created.

Returns:

  • (Time)


115
116
117
118
119
120
121
122
123
124
125
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 115

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

#descriptionString

The description of the common control.

Returns:

  • (String)


115
116
117
118
119
120
121
122
123
124
125
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 115

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

#domainTypes::AssociatedDomainSummary

The domain that the common control belongs to.



115
116
117
118
119
120
121
122
123
124
125
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 115

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

#last_update_timeTime

The time when the common control was most recently updated.

Returns:

  • (Time)


115
116
117
118
119
120
121
122
123
124
125
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 115

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

#nameString

The name of the common control.

Returns:

  • (String)


115
116
117
118
119
120
121
122
123
124
125
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 115

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

#objectiveTypes::AssociatedObjectiveSummary

The objective that the common control belongs to.



115
116
117
118
119
120
121
122
123
124
125
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 115

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