Class: Aws::CloudWatchOmni::Types::GetIntelligenceConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::GetIntelligenceConfigurationOutput
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
The intelligence configuration for the calling account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The AWS account ID this configuration applies to.
-
#created_at ⇒ Time
ISO-8601 timestamp of initial creation.
-
#kms_key_arn ⇒ String
The currently active KMS key ARN for customer-managed encryption, if configured.
-
#updated_at ⇒ Time
ISO-8601 timestamp of the last update.
Instance Attribute Details
#account_id ⇒ String
The AWS account ID this configuration applies to.
2267 2268 2269 2270 2271 2272 2273 2274 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 2267 class GetIntelligenceConfigurationOutput < Struct.new( :account_id, :kms_key_arn, :updated_at, :created_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
ISO-8601 timestamp of initial creation.
2267 2268 2269 2270 2271 2272 2273 2274 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 2267 class GetIntelligenceConfigurationOutput < Struct.new( :account_id, :kms_key_arn, :updated_at, :created_at) SENSITIVE = [] include Aws::Structure end |
#kms_key_arn ⇒ String
The currently active KMS key ARN for customer-managed encryption, if configured.
2267 2268 2269 2270 2271 2272 2273 2274 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 2267 class GetIntelligenceConfigurationOutput < Struct.new( :account_id, :kms_key_arn, :updated_at, :created_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
ISO-8601 timestamp of the last update.
2267 2268 2269 2270 2271 2272 2273 2274 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 2267 class GetIntelligenceConfigurationOutput < Struct.new( :account_id, :kms_key_arn, :updated_at, :created_at) SENSITIVE = [] include Aws::Structure end |