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
7459 7460 7461 7462 7463 7464 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7459 class S3ObjectOwner < Struct.new( :id, :display_name) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
7459 7460 7461 7462 7463 7464 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7459 class S3ObjectOwner < Struct.new( :id, :display_name) SENSITIVE = [] include Aws::Structure end |