Class: Aws::ObservabilityAdmin::Types::IntegrationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::IntegrationSummary
- Defined in:
- gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb
Overview
Contains summary information about an S3 Table integration for listing operations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of 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.
1087 1088 1089 1090 1091 1092 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 1087 class IntegrationSummary < Struct.new( :arn, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the S3 Table integration.
1087 1088 1089 1090 1091 1092 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 1087 class IntegrationSummary < Struct.new( :arn, :status) SENSITIVE = [] include Aws::Structure end |