Class: Aws::ObservabilityAdmin::Types::GetDatasetIntegrationOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The Amazon Resource Name (ARN) of the dataset integration.

Returns:

  • (String)


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.

Returns:

  • (Time)


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.

Returns:

  • (String)


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.

Returns:

  • (Time)


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