Class: Aws::S3Control::Types::S3Grantee

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3control/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_nameString

Returns:

  • (String)


7166
7167
7168
7169
7170
7171
7172
# File 'lib/aws-sdk-s3control/types.rb', line 7166

class S3Grantee < Struct.new(
  :type_identifier,
  :identifier,
  :display_name)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

Returns:

  • (String)


7166
7167
7168
7169
7170
7171
7172
# File 'lib/aws-sdk-s3control/types.rb', line 7166

class S3Grantee < Struct.new(
  :type_identifier,
  :identifier,
  :display_name)
  SENSITIVE = []
  include Aws::Structure
end

#type_identifierString

Returns:

  • (String)


7166
7167
7168
7169
7170
7171
7172
# File 'lib/aws-sdk-s3control/types.rb', line 7166

class S3Grantee < Struct.new(
  :type_identifier,
  :identifier,
  :display_name)
  SENSITIVE = []
  include Aws::Structure
end