Class: Aws::KinesisAnalyticsV2::Types::S3ApplicationCodeLocationDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::S3ApplicationCodeLocationDescription
- 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
-
#bucket_arn ⇒ String
The Amazon Resource Name (ARN) for the S3 bucket containing the application code.
-
#file_key ⇒ String
The file key for the object containing the application code.
-
#object_version ⇒ String
The version of the object containing the application code.
Instance Attribute Details
#bucket_arn ⇒ String
The Amazon Resource Name (ARN) for the S3 bucket containing the application code.
4392 4393 4394 4395 4396 4397 4398 |
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4392 class S3ApplicationCodeLocationDescription < Struct.new( :bucket_arn, :file_key, :object_version) SENSITIVE = [] include Aws::Structure end |
#file_key ⇒ String
The file key for the object containing the application code.
4392 4393 4394 4395 4396 4397 4398 |
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4392 class S3ApplicationCodeLocationDescription < Struct.new( :bucket_arn, :file_key, :object_version) SENSITIVE = [] include Aws::Structure end |
#object_version ⇒ String
The version of the object containing the application code.
4392 4393 4394 4395 4396 4397 4398 |
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4392 class S3ApplicationCodeLocationDescription < Struct.new( :bucket_arn, :file_key, :object_version) SENSITIVE = [] include Aws::Structure end |