Class: Aws::ObservabilityAdmin::Types::GetS3TableIntegrationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::GetS3TableIntegrationInput
- 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 to retrieve.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the S3 Table integration to retrieve.
858 859 860 861 862 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 858 class GetS3TableIntegrationInput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |