Class: Aws::KinesisAnalyticsV2::Types::S3ContentBaseLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::S3ContentBaseLocation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
Note:
When making an API call, you may pass S3ContentBaseLocation data as a hash:
{
bucket_arn: "BucketARN", # required
base_path: "BasePath",
}
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.
5761 5762 5763 5764 5765 5766 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 5761 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.
5761 5762 5763 5764 5765 5766 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 5761 class S3ContentBaseLocation < Struct.new( :bucket_arn, :base_path) SENSITIVE = [] include Aws::Structure end |