Class: Aws::S3Control::Types::S3ObjectOwner
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::S3ObjectOwner
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#display_name ⇒ String
7395 7396 7397 7398 7399 7400 |
# File 'lib/aws-sdk-s3control/types.rb', line 7395 class S3ObjectOwner < Struct.new( :id, :display_name) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
7395 7396 7397 7398 7399 7400 |
# File 'lib/aws-sdk-s3control/types.rb', line 7395 class S3ObjectOwner < Struct.new( :id, :display_name) SENSITIVE = [] include Aws::Structure end |