Class: Aws::DataZone::Types::RemovePolicyGrantInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

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.

Returns:

  • (String)


15818
15819
15820
15821
15822
15823
15824
15825
15826
15827
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15818

class RemovePolicyGrantInput < Struct.new(
  :client_token,
  :domain_identifier,
  :entity_identifier,
  :entity_type,
  :policy_type,
  :principal)
  SENSITIVE = []
  include Aws::Structure
end

#domain_identifierString

The ID of the domain where you want to remove a policy grant.

Returns:

  • (String)


15818
15819
15820
15821
15822
15823
15824
15825
15826
15827
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15818

class RemovePolicyGrantInput < Struct.new(
  :client_token,
  :domain_identifier,
  :entity_identifier,
  :entity_type,
  :policy_type,
  :principal)
  SENSITIVE = []
  include Aws::Structure
end

#entity_identifierString

The ID of the entity from which you want to remove a policy grant.

Returns:

  • (String)


15818
15819
15820
15821
15822
15823
15824
15825
15826
15827
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15818

class RemovePolicyGrantInput < Struct.new(
  :client_token,
  :domain_identifier,
  :entity_identifier,
  :entity_type,
  :policy_type,
  :principal)
  SENSITIVE = []
  include Aws::Structure
end

#entity_typeString

The type of the entity from which you want to remove a policy grant.

Returns:

  • (String)


15818
15819
15820
15821
15822
15823
15824
15825
15826
15827
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15818

class RemovePolicyGrantInput < Struct.new(
  :client_token,
  :domain_identifier,
  :entity_identifier,
  :entity_type,
  :policy_type,
  :principal)
  SENSITIVE = []
  include Aws::Structure
end

#policy_typeString

The type of the policy that you want to remove.

Returns:

  • (String)


15818
15819
15820
15821
15822
15823
15824
15825
15826
15827
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15818

class RemovePolicyGrantInput < Struct.new(
  :client_token,
  :domain_identifier,
  :entity_identifier,
  :entity_type,
  :policy_type,
  :principal)
  SENSITIVE = []
  include Aws::Structure
end

#principalTypes::PolicyGrantPrincipal

The principal from which you want to remove a policy grant.



15818
15819
15820
15821
15822
15823
15824
15825
15826
15827
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15818

class RemovePolicyGrantInput < Struct.new(
  :client_token,
  :domain_identifier,
  :entity_identifier,
  :entity_type,
  :policy_type,
  :principal)
  SENSITIVE = []
  include Aws::Structure
end