Class: Aws::KinesisAnalyticsV2::Types::S3ContentBaseLocationDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::S3ContentBaseLocationDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
The description of the S3 base location that holds the application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#base_path ⇒ String
The base path for the S3 bucket.
-
#bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the S3 bucket.
Instance Attribute Details
#base_path ⇒ String
The base path for the S3 bucket.
4453 4454 4455 4456 4457 4458 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4453 class S3ContentBaseLocationDescription < Struct.new( :bucket_arn, :base_path) SENSITIVE = [] include Aws::Structure end |
#bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the S3 bucket.
4453 4454 4455 4456 4457 4458 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4453 class S3ContentBaseLocationDescription < Struct.new( :bucket_arn, :base_path) SENSITIVE = [] include Aws::Structure end |