Class: Aws::DataZone::Types::ProjectPolicyGrantPrincipal

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

Overview

The project policy grant principal.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#project_designationString

The project designation of the project policy grant principal.

Returns:

  • (String)


14801
14802
14803
14804
14805
14806
14807
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14801

class ProjectPolicyGrantPrincipal < Struct.new(
  :project_designation,
  :project_grant_filter,
  :project_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#project_grant_filterTypes::ProjectGrantFilter

The project grant filter of the project policy grant principal.



14801
14802
14803
14804
14805
14806
14807
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14801

class ProjectPolicyGrantPrincipal < Struct.new(
  :project_designation,
  :project_grant_filter,
  :project_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#project_identifierString

The project ID of the project policy grant principal.

Returns:

  • (String)


14801
14802
14803
14804
14805
14806
14807
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14801

class ProjectPolicyGrantPrincipal < Struct.new(
  :project_designation,
  :project_grant_filter,
  :project_identifier)
  SENSITIVE = []
  include Aws::Structure
end