Class: Aws::KinesisAnalyticsV2::Types::S3ApplicationCodeLocationDescription

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

Overview

Describes the location of an application's code stored in an S3 bucket.

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)


4072
4073
4074
4075
4076
4077
4078
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4072

class S3ApplicationCodeLocationDescription < 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)


4072
4073
4074
4075
4076
4077
4078
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4072

class S3ApplicationCodeLocationDescription < 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)


4072
4073
4074
4075
4076
4077
4078
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4072

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