Class: Aws::DataZone::Types::PolicyGrantMember
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::PolicyGrantMember
- 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
-
#created_at ⇒ Time
Specifies the timestamp at which policy grant member was created.
-
#created_by ⇒ String
Specifies the user who created the policy grant member.
-
#detail ⇒ Types::PolicyGrantDetail
The details of the policy grant member.
-
#grant_id ⇒ String
The ID of the policy grant.
-
#principal ⇒ Types::PolicyGrantPrincipal
The principal of the policy grant member.
Instance Attribute Details
#created_at ⇒ Time
Specifies the timestamp at which policy grant member was created.
15262 15263 15264 15265 15266 15267 15268 15269 15270 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15262 class PolicyGrantMember < Struct.new( :created_at, :created_by, :detail, :grant_id, :principal) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
Specifies the user who created the policy grant member.
15262 15263 15264 15265 15266 15267 15268 15269 15270 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15262 class PolicyGrantMember < Struct.new( :created_at, :created_by, :detail, :grant_id, :principal) SENSITIVE = [] include Aws::Structure end |
#detail ⇒ Types::PolicyGrantDetail
The details of the policy grant member.
15262 15263 15264 15265 15266 15267 15268 15269 15270 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15262 class PolicyGrantMember < Struct.new( :created_at, :created_by, :detail, :grant_id, :principal) SENSITIVE = [] include Aws::Structure end |
#grant_id ⇒ String
The ID of the policy grant.
15262 15263 15264 15265 15266 15267 15268 15269 15270 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15262 class PolicyGrantMember < Struct.new( :created_at, :created_by, :detail, :grant_id, :principal) SENSITIVE = [] include Aws::Structure end |
#principal ⇒ Types::PolicyGrantPrincipal
The principal of the policy grant member.
15262 15263 15264 15265 15266 15267 15268 15269 15270 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15262 class PolicyGrantMember < Struct.new( :created_at, :created_by, :detail, :grant_id, :principal) SENSITIVE = [] include Aws::Structure end |