Class: Aws::ObservabilityAdmin::Types::DatasetIntegrationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::DatasetIntegrationSummary
- Defined in:
- gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb
Overview
Contains summary information about a dataset integration, including
its ARN, associated IAM role, and creation and update timestamps, as
returned by ListDatasetIntegrations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the dataset integration.
-
#created_at ⇒ Time
The timestamp when the dataset integration was created.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role associated with the dataset integration.
-
#updated_at ⇒ Time
The timestamp when the dataset integration was last updated.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the dataset integration.
703 704 705 706 707 708 709 710 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 703 class DatasetIntegrationSummary < Struct.new( :arn, :role_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the dataset integration was created.
703 704 705 706 707 708 709 710 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 703 class DatasetIntegrationSummary < Struct.new( :arn, :role_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role associated with the dataset integration.
703 704 705 706 707 708 709 710 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 703 class DatasetIntegrationSummary < Struct.new( :arn, :role_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the dataset integration was last updated.
703 704 705 706 707 708 709 710 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 703 class DatasetIntegrationSummary < Struct.new( :arn, :role_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |