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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


622
623
624
625
626
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 622

class DeleteS3TableIntegrationInput < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end