Class: Aws::S3::Types::CreateSessionOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#credentialsTypes::SessionCredentials

The established temporary security credentials for the created session..



3307
3308
3309
3310
3311
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 3307

class CreateSessionOutput < Struct.new(
  :credentials)
  SENSITIVE = []
  include Aws::Structure
end