Class: Aws::ObservabilityAdmin::Types::GetDatasetIntegrationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::GetDatasetIntegrationOutput
- Defined in:
- gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb
Overview
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.
1070 1071 1072 1073 1074 1075 1076 1077 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 1070 class GetDatasetIntegrationOutput < 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.
1070 1071 1072 1073 1074 1075 1076 1077 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 1070 class GetDatasetIntegrationOutput < 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.
1070 1071 1072 1073 1074 1075 1076 1077 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 1070 class GetDatasetIntegrationOutput < 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.
1070 1071 1072 1073 1074 1075 1076 1077 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 1070 class GetDatasetIntegrationOutput < Struct.new( :arn, :role_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |