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)


16667
16668
16669
# File 'sig/types.rbs', line 16667

def aws_access_key_id
  @aws_access_key_id
end

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


16668
16669
16670
# File 'sig/types.rbs', line 16668

def bucket
  @bucket
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


16669
16670
16671
# File 'sig/types.rbs', line 16669

def prefix
  @prefix
end

#upload_policy::String

Returns the value of attribute upload_policy.

Returns:

  • (::String)


16670
16671
16672
# File 'sig/types.rbs', line 16670

def upload_policy
  @upload_policy
end

#upload_policy_signature::String

Returns the value of attribute upload_policy_signature.

Returns:

  • (::String)


16671
16672
16673
# File 'sig/types.rbs', line 16671

def upload_policy_signature
  @upload_policy_signature
end