Class: Aws::DataZone::Types::PolicyGrantMember

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

A member of the policy grant list.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

Specifies the timestamp at which policy grant member was created.

Returns:

  • (Time)


16302
16303
16304
16305
16306
16307
16308
16309
16310
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16302

class PolicyGrantMember < Struct.new(
  :principal,
  :detail,
  :created_at,
  :created_by,
  :grant_id)
  SENSITIVE = []
  include Aws::Structure
end

#created_byString

Specifies the user who created the policy grant member.

Returns:

  • (String)


16302
16303
16304
16305
16306
16307
16308
16309
16310
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16302

class PolicyGrantMember < Struct.new(
  :principal,
  :detail,
  :created_at,
  :created_by,
  :grant_id)
  SENSITIVE = []
  include Aws::Structure
end

#detailTypes::PolicyGrantDetail

The details of the policy grant member.



16302
16303
16304
16305
16306
16307
16308
16309
16310
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16302

class PolicyGrantMember < Struct.new(
  :principal,
  :detail,
  :created_at,
  :created_by,
  :grant_id)
  SENSITIVE = []
  include Aws::Structure
end

#grant_idString

The ID of the policy grant.

Returns:

  • (String)


16302
16303
16304
16305
16306
16307
16308
16309
16310
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16302

class PolicyGrantMember < Struct.new(
  :principal,
  :detail,
  :created_at,
  :created_by,
  :grant_id)
  SENSITIVE = []
  include Aws::Structure
end

#principalTypes::PolicyGrantPrincipal

The principal of the policy grant member.



16302
16303
16304
16305
16306
16307
16308
16309
16310
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16302

class PolicyGrantMember < Struct.new(
  :principal,
  :detail,
  :created_at,
  :created_by,
  :grant_id)
  SENSITIVE = []
  include Aws::Structure
end