Class: Aws::KinesisAnalyticsV2::Types::S3ContentLocation

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

Overview

For a Managed Service for Apache Flink application provides a description of an Amazon S3 object, including the Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the version number of the Amazon S3 object that contains the data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_arnString

The Amazon Resource Name (ARN) for the S3 bucket containing the application code.

Returns:

  • (String)


4181
4182
4183
4184
4185
4186
4187
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4181

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

#file_keyString

The file key for the object containing the application code.

Returns:

  • (String)


4181
4182
4183
4184
4185
4186
4187
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4181

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

#object_versionString

The version of the object containing the application code.

Returns:

  • (String)


4181
4182
4183
4184
4185
4186
4187
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4181

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