Class: Aws::Types::S3Object
- Inherits:
-
Object
- Object
- Aws::Types::S3Object
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_arn ⇒ ::String
Returns the value of attribute bucket_arn.
-
#e_tag ⇒ ::String
Returns the value of attribute e_tag.
-
#extension ⇒ ::String
Returns the value of attribute extension.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#public_access ⇒ Boolean
Returns the value of attribute public_access.
-
#server_side_encryption ⇒ Types::ServerSideEncryption
Returns the value of attribute server_side_encryption.
-
#size ⇒ ::Integer
Returns the value of attribute size.
-
#storage_class ⇒ "STANDARD", ...
Returns the value of attribute storage_class.
-
#tags ⇒ ::Array[Types::KeyValuePair]
Returns the value of attribute tags.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#bucket_arn ⇒ ::String
Returns the value of attribute bucket_arn.
1564 1565 1566 |
# File 'sig/types.rbs', line 1564 def bucket_arn @bucket_arn end |
#e_tag ⇒ ::String
Returns the value of attribute e_tag.
1565 1566 1567 |
# File 'sig/types.rbs', line 1565 def e_tag @e_tag end |
#extension ⇒ ::String
Returns the value of attribute extension.
1566 1567 1568 |
# File 'sig/types.rbs', line 1566 def extension @extension end |
#key ⇒ ::String
Returns the value of attribute key.
1567 1568 1569 |
# File 'sig/types.rbs', line 1567 def key @key end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
1568 1569 1570 |
# File 'sig/types.rbs', line 1568 def last_modified @last_modified end |
#path ⇒ ::String
Returns the value of attribute path.
1569 1570 1571 |
# File 'sig/types.rbs', line 1569 def path @path end |
#public_access ⇒ Boolean
Returns the value of attribute public_access.
1570 1571 1572 |
# File 'sig/types.rbs', line 1570 def public_access @public_access end |
#server_side_encryption ⇒ Types::ServerSideEncryption
Returns the value of attribute server_side_encryption.
1571 1572 1573 |
# File 'sig/types.rbs', line 1571 def server_side_encryption @server_side_encryption end |
#size ⇒ ::Integer
Returns the value of attribute size.
1572 1573 1574 |
# File 'sig/types.rbs', line 1572 def size @size end |
#storage_class ⇒ "STANDARD", ...
Returns the value of attribute storage_class.
1573 1574 1575 |
# File 'sig/types.rbs', line 1573 def storage_class @storage_class end |
#tags ⇒ ::Array[Types::KeyValuePair]
Returns the value of attribute tags.
1574 1575 1576 |
# File 'sig/types.rbs', line 1574 def @tags end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
1575 1576 1577 |
# File 'sig/types.rbs', line 1575 def version_id @version_id end |