Class: Aws::KafkaConnect::Types::S3LocationDescription

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb

Overview

The description of the location of an object in Amazon S3.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_arnString

The Amazon Resource Name (ARN) of an S3 bucket.

Returns:

  • (String)


1762
1763
1764
1765
1766
1767
1768
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1762

class S3LocationDescription < Struct.new(
  :bucket_arn,
  :file_key,
  :object_version)
  SENSITIVE = []
  include Aws::Structure
end

#file_keyString

The file key for an object in an S3 bucket.

Returns:

  • (String)


1762
1763
1764
1765
1766
1767
1768
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1762

class S3LocationDescription < Struct.new(
  :bucket_arn,
  :file_key,
  :object_version)
  SENSITIVE = []
  include Aws::Structure
end

#object_versionString

The version of an object in an S3 bucket.

Returns:

  • (String)


1762
1763
1764
1765
1766
1767
1768
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1762

class S3LocationDescription < Struct.new(
  :bucket_arn,
  :file_key,
  :object_version)
  SENSITIVE = []
  include Aws::Structure
end