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

Inherits:
Struct
  • Object
show all
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_nameString

Returns:

  • (String)


6989
6990
6991
6992
6993
6994
6995
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6989

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

#identifierString

Returns:

  • (String)


6989
6990
6991
6992
6993
6994
6995
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6989

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

#type_identifierString

Returns:

  • (String)


6989
6990
6991
6992
6993
6994
6995
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6989

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