Class: Aws::KinesisAnalyticsV2::Types::S3ContentBaseLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::S3ContentBaseLocation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
The S3 bucket that holds the application information.
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.
4434 4435 4436 4437 4438 4439 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4434 class S3ContentBaseLocation < Struct.new( :bucket_arn, :base_path) SENSITIVE = [] include Aws::Structure end |
#bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the S3 bucket.
4434 4435 4436 4437 4438 4439 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4434 class S3ContentBaseLocation < Struct.new( :bucket_arn, :base_path) SENSITIVE = [] include Aws::Structure end |