Class: Aws::Types::S3Storage
- Inherits:
-
Object
- Object
- Aws::Types::S3Storage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_access_key_id ⇒ ::String
Returns the value of attribute aws_access_key_id.
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
-
#upload_policy ⇒ ::String
Returns the value of attribute upload_policy.
-
#upload_policy_signature ⇒ ::String
Returns the value of attribute upload_policy_signature.
Instance Attribute Details
#aws_access_key_id ⇒ ::String
Returns the value of attribute aws_access_key_id.
16964 16965 16966 |
# File 'sig/types.rbs', line 16964 def aws_access_key_id @aws_access_key_id end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
16965 16966 16967 |
# File 'sig/types.rbs', line 16965 def bucket @bucket end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
16966 16967 16968 |
# File 'sig/types.rbs', line 16966 def prefix @prefix end |
#upload_policy ⇒ ::String
Returns the value of attribute upload_policy.
16967 16968 16969 |
# File 'sig/types.rbs', line 16967 def upload_policy @upload_policy end |
#upload_policy_signature ⇒ ::String
Returns the value of attribute upload_policy_signature.
16968 16969 16970 |
# File 'sig/types.rbs', line 16968 def upload_policy_signature @upload_policy_signature end |