Class: Aws::AppStream::Types::S3Location
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::S3Location
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Describes the S3 location.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_bucket ⇒ String
The S3 bucket of the S3 object.
-
#s3_key ⇒ String
The S3 key of the S3 object.
Instance Attribute Details
#s3_bucket ⇒ String
The S3 bucket of the S3 object.
3776 3777 3778 3779 3780 3781 |
# File 'lib/aws-sdk-appstream/types.rb', line 3776 class S3Location < Struct.new( :s3_bucket, :s3_key) SENSITIVE = [] include Aws::Structure end |
#s3_key ⇒ String
The S3 key of the S3 object.
3776 3777 3778 3779 3780 3781 |
# File 'lib/aws-sdk-appstream/types.rb', line 3776 class S3Location < Struct.new( :s3_bucket, :s3_key) SENSITIVE = [] include Aws::Structure end |