Class: Aws::ObservabilityAdmin::Types::CreateS3TableIntegrationOutput

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 created S3 Table integration.

Returns:

  • (String)


437
438
439
440
441
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 437

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