Class: Aws::AppStream::Types::S3Location

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appstream/types.rb

Overview

Describes the S3 location.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucketString

The S3 bucket of the S3 object.

Returns:

  • (String)

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_keyString

The S3 key of the S3 object.

Returns:

  • (String)

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