Class: Aws::CloudWatchOmni::Types::PutIntelligenceConfigurationOutput

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

Overview

The intelligence configuration for the calling account after the update.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The AWS account ID this configuration applies to.

Returns:

  • (String)


4196
4197
4198
4199
4200
4201
4202
4203
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4196

class PutIntelligenceConfigurationOutput < Struct.new(
  :account_id,
  :kms_key_arn,
  :updated_at,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

ISO-8601 timestamp of initial creation.

Returns:

  • (Time)


4196
4197
4198
4199
4200
4201
4202
4203
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4196

class PutIntelligenceConfigurationOutput < Struct.new(
  :account_id,
  :kms_key_arn,
  :updated_at,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_arnString

The currently active KMS key ARN for customer-managed encryption, if configured.

Returns:

  • (String)


4196
4197
4198
4199
4200
4201
4202
4203
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4196

class PutIntelligenceConfigurationOutput < Struct.new(
  :account_id,
  :kms_key_arn,
  :updated_at,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

ISO-8601 timestamp of the last update.

Returns:

  • (Time)


4196
4197
4198
4199
4200
4201
4202
4203
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4196

class PutIntelligenceConfigurationOutput < Struct.new(
  :account_id,
  :kms_key_arn,
  :updated_at,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end