Class: Aws::DataZone::Types::RemovePolicyGrantInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::RemovePolicyGrantInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
-
#domain_identifier ⇒ String
The ID of the domain where you want to remove a policy grant.
-
#entity_identifier ⇒ String
The ID of the entity from which you want to remove a policy grant.
-
#entity_type ⇒ String
The type of the entity from which you want to remove a policy grant.
-
#grant_identifier ⇒ String
The ID of the policy grant that is to be removed from a specified entity.
-
#policy_type ⇒ String
The type of the policy that you want to remove.
-
#principal ⇒ Types::PolicyGrantPrincipal
The principal from which you want to remove a policy grant.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
A suitable default value is auto-generated. You should normally not need to pass this option.
16569 16570 16571 16572 16573 16574 16575 16576 16577 16578 16579 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16569 class RemovePolicyGrantInput < Struct.new( :client_token, :domain_identifier, :entity_identifier, :entity_type, :grant_identifier, :policy_type, :principal) SENSITIVE = [] include Aws::Structure end |
#domain_identifier ⇒ String
The ID of the domain where you want to remove a policy grant.
16569 16570 16571 16572 16573 16574 16575 16576 16577 16578 16579 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16569 class RemovePolicyGrantInput < Struct.new( :client_token, :domain_identifier, :entity_identifier, :entity_type, :grant_identifier, :policy_type, :principal) SENSITIVE = [] include Aws::Structure end |
#entity_identifier ⇒ String
The ID of the entity from which you want to remove a policy grant.
16569 16570 16571 16572 16573 16574 16575 16576 16577 16578 16579 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16569 class RemovePolicyGrantInput < Struct.new( :client_token, :domain_identifier, :entity_identifier, :entity_type, :grant_identifier, :policy_type, :principal) SENSITIVE = [] include Aws::Structure end |
#entity_type ⇒ String
The type of the entity from which you want to remove a policy grant.
16569 16570 16571 16572 16573 16574 16575 16576 16577 16578 16579 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16569 class RemovePolicyGrantInput < Struct.new( :client_token, :domain_identifier, :entity_identifier, :entity_type, :grant_identifier, :policy_type, :principal) SENSITIVE = [] include Aws::Structure end |
#grant_identifier ⇒ String
The ID of the policy grant that is to be removed from a specified entity.
16569 16570 16571 16572 16573 16574 16575 16576 16577 16578 16579 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16569 class RemovePolicyGrantInput < Struct.new( :client_token, :domain_identifier, :entity_identifier, :entity_type, :grant_identifier, :policy_type, :principal) SENSITIVE = [] include Aws::Structure end |
#policy_type ⇒ String
The type of the policy that you want to remove.
16569 16570 16571 16572 16573 16574 16575 16576 16577 16578 16579 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16569 class RemovePolicyGrantInput < Struct.new( :client_token, :domain_identifier, :entity_identifier, :entity_type, :grant_identifier, :policy_type, :principal) SENSITIVE = [] include Aws::Structure end |
#principal ⇒ Types::PolicyGrantPrincipal
The principal from which you want to remove a policy grant.
16569 16570 16571 16572 16573 16574 16575 16576 16577 16578 16579 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16569 class RemovePolicyGrantInput < Struct.new( :client_token, :domain_identifier, :entity_identifier, :entity_type, :grant_identifier, :policy_type, :principal) SENSITIVE = [] include Aws::Structure end |