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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


12036
12037
12038
12039
12040
12041
12042
12043
# File 'lib/aws-sdk-datazone/types.rb', line 12036

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

#created_byString

Specifies the user who created the policy grant member.

Returns:

  • (String)


12036
12037
12038
12039
12040
12041
12042
12043
# File 'lib/aws-sdk-datazone/types.rb', line 12036

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

#detailTypes::PolicyGrantDetail

The details of the policy grant member.



12036
12037
12038
12039
12040
12041
12042
12043
# File 'lib/aws-sdk-datazone/types.rb', line 12036

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

#principalTypes::PolicyGrantPrincipal

The principal of the policy grant member.



12036
12037
12038
12039
12040
12041
12042
12043
# File 'lib/aws-sdk-datazone/types.rb', line 12036

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