Class: Aws::ObservabilityAdmin::Types::GetS3TableIntegrationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::GetS3TableIntegrationOutput
- 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 S3 Table integration.
-
#created_time_stamp ⇒ Integer
The timestamp when the S3 Table integration was created.
-
#destination_table_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the S3 bucket used as the destination for the table data.
-
#encryption ⇒ Types::Encryption
The encryption configuration for the S3 Table integration.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role used by the S3 Table integration.
-
#status ⇒ String
The current status of the S3 Table integration.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the S3 Table integration.
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_stamp ⇒ Integer
The timestamp when the S3 Table integration was created.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the S3 bucket used as the destination for the table data.
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 |
#encryption ⇒ Types::Encryption
The encryption configuration for the S3 Table integration.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role used by the S3 Table integration.
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 |
#status ⇒ String
The current status of the S3 Table integration.
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 |