Class: Aws::ObservabilityAdmin::Types::GetS3TableIntegrationOutput

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

#arnString

The Amazon Resource Name (ARN) of the S3 Table integration.

Returns:

  • (String)


892
893
894
895
896
897
898
899
900
901
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 892

class GetS3TableIntegrationOutput < Struct.new(
  :arn,
  :role_arn,
  :status,
  :encryption,
  :destination_table_bucket_arn,
  :created_time_stamp)
  SENSITIVE = []
  include Aws::Structure
end

#created_time_stampInteger

The timestamp when the S3 Table integration was created.

Returns:

  • (Integer)


892
893
894
895
896
897
898
899
900
901
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 892

class GetS3TableIntegrationOutput < Struct.new(
  :arn,
  :role_arn,
  :status,
  :encryption,
  :destination_table_bucket_arn,
  :created_time_stamp)
  SENSITIVE = []
  include Aws::Structure
end

#destination_table_bucket_arnString

The Amazon Resource Name (ARN) of the S3 bucket used as the destination for the table data.

Returns:

  • (String)


892
893
894
895
896
897
898
899
900
901
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 892

class GetS3TableIntegrationOutput < Struct.new(
  :arn,
  :role_arn,
  :status,
  :encryption,
  :destination_table_bucket_arn,
  :created_time_stamp)
  SENSITIVE = []
  include Aws::Structure
end

#encryptionTypes::Encryption

The encryption configuration for the S3 Table integration.

Returns:



892
893
894
895
896
897
898
899
900
901
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 892

class GetS3TableIntegrationOutput < Struct.new(
  :arn,
  :role_arn,
  :status,
  :encryption,
  :destination_table_bucket_arn,
  :created_time_stamp)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the IAM role used by the S3 Table integration.

Returns:

  • (String)


892
893
894
895
896
897
898
899
900
901
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 892

class GetS3TableIntegrationOutput < Struct.new(
  :arn,
  :role_arn,
  :status,
  :encryption,
  :destination_table_bucket_arn,
  :created_time_stamp)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the S3 Table integration.

Returns:

  • (String)


892
893
894
895
896
897
898
899
900
901
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 892

class GetS3TableIntegrationOutput < Struct.new(
  :arn,
  :role_arn,
  :status,
  :encryption,
  :destination_table_bucket_arn,
  :created_time_stamp)
  SENSITIVE = []
  include Aws::Structure
end