Class: Aws::Types::AwsS3ObjectDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsS3ObjectDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#last_modified ⇒ ::String
Returns the value of attribute last_modified.
-
#server_side_encryption ⇒ ::String
Returns the value of attribute server_side_encryption.
-
#ssekms_key_id ⇒ ::String
Returns the value of attribute ssekms_key_id.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#content_type ⇒ ::String
Returns the value of attribute content_type.
4144 4145 4146 |
# File 'sig/types.rbs', line 4144 def content_type @content_type end |
#etag ⇒ ::String
Returns the value of attribute etag.
4142 4143 4144 |
# File 'sig/types.rbs', line 4142 def etag @etag end |
#last_modified ⇒ ::String
Returns the value of attribute last_modified.
4141 4142 4143 |
# File 'sig/types.rbs', line 4141 def last_modified @last_modified end |
#server_side_encryption ⇒ ::String
Returns the value of attribute server_side_encryption.
4145 4146 4147 |
# File 'sig/types.rbs', line 4145 def server_side_encryption @server_side_encryption end |
#ssekms_key_id ⇒ ::String
Returns the value of attribute ssekms_key_id.
4146 4147 4148 |
# File 'sig/types.rbs', line 4146 def ssekms_key_id @ssekms_key_id end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
4143 4144 4145 |
# File 'sig/types.rbs', line 4143 def version_id @version_id end |