Class: Aws::S3Control::Types::S3ObjectOwner
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::S3ObjectOwner
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#display_name ⇒ String
7893 7894 7895 7896 7897 7898 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7893 class S3ObjectOwner < Struct.new( :id, :display_name) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
7893 7894 7895 7896 7897 7898 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7893 class S3ObjectOwner < Struct.new( :id, :display_name) SENSITIVE = [] include Aws::Structure end |