Method: Aws::SecurityHub::Types::AwsS3ObjectDetails#last_modified
- Defined in:
- lib/aws-sdk-securityhub/types.rb
#last_modified ⇒ String
Indicates when the object was last modified.
For more information about the validation and formatting of timestamp fields in Security Hub, see [Timestamps].
[1]: docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
18679 18680 18681 18682 18683 18684 18685 18686 18687 18688 |
# File 'lib/aws-sdk-securityhub/types.rb', line 18679 class AwsS3ObjectDetails < Struct.new( :last_modified, :etag, :version_id, :content_type, :server_side_encryption, :ssekms_key_id) SENSITIVE = [] include Aws::Structure end |