Class: Aws::Types::S3Storage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:upload_policy, :upload_policy_signature])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_access_key_id::String

Returns the value of attribute aws_access_key_id.

Returns:

  • (::String)


17324
17325
17326
# File 'sig/types.rbs', line 17324

def aws_access_key_id
  @aws_access_key_id
end

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


17325
17326
17327
# File 'sig/types.rbs', line 17325

def bucket
  @bucket
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


17326
17327
17328
# File 'sig/types.rbs', line 17326

def prefix
  @prefix
end

#upload_policy::String

Returns the value of attribute upload_policy.

Returns:

  • (::String)


17327
17328
17329
# File 'sig/types.rbs', line 17327

def upload_policy
  @upload_policy
end

#upload_policy_signature::String

Returns the value of attribute upload_policy_signature.

Returns:

  • (::String)


17328
17329
17330
# File 'sig/types.rbs', line 17328

def upload_policy_signature
  @upload_policy_signature
end