Class: Aws::KinesisAnalyticsV2::Types::S3ContentLocationUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::S3ContentLocationUpdate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
Describes an update for the Amazon S3 code content location for an application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_arn_update ⇒ String
The new Amazon Resource Name (ARN) for the S3 bucket containing the application code.
-
#file_key_update ⇒ String
The new file key for the object containing the application code.
-
#object_version_update ⇒ String
The new version of the object containing the application code.
Instance Attribute Details
#bucket_arn_update ⇒ String
The new Amazon Resource Name (ARN) for the S3 bucket containing the application code.
4527 4528 4529 4530 4531 4532 4533 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4527 class S3ContentLocationUpdate < Struct.new( :bucket_arn_update, :file_key_update, :object_version_update) SENSITIVE = [] include Aws::Structure end |
#file_key_update ⇒ String
The new file key for the object containing the application code.
4527 4528 4529 4530 4531 4532 4533 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4527 class S3ContentLocationUpdate < Struct.new( :bucket_arn_update, :file_key_update, :object_version_update) SENSITIVE = [] include Aws::Structure end |
#object_version_update ⇒ String
The new version of the object containing the application code.
4527 4528 4529 4530 4531 4532 4533 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4527 class S3ContentLocationUpdate < Struct.new( :bucket_arn_update, :file_key_update, :object_version_update) SENSITIVE = [] include Aws::Structure end |