Class: Aws::ObservabilityAdmin::Types::DeleteS3TableIntegrationInput

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 to delete.

Returns:

  • (String)


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