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