Class: Aws::KinesisAnalyticsV2::Types::S3ContentBaseLocationUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::S3ContentBaseLocationUpdate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
The information required to update the S3 base location that holds the application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#base_path_update ⇒ String
The updated S3 bucket path.
-
#bucket_arn_update ⇒ String
The updated Amazon Resource Name (ARN) of the S3 bucket.
Instance Attribute Details
#base_path_update ⇒ String
The updated S3 bucket path.
4473 4474 4475 4476 4477 4478 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4473 class S3ContentBaseLocationUpdate < Struct.new( :bucket_arn_update, :base_path_update) SENSITIVE = [] include Aws::Structure end |
#bucket_arn_update ⇒ String
The updated Amazon Resource Name (ARN) of the S3 bucket.
4473 4474 4475 4476 4477 4478 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4473 class S3ContentBaseLocationUpdate < Struct.new( :bucket_arn_update, :base_path_update) SENSITIVE = [] include Aws::Structure end |