Class: Aws::Types::ProjectPolicyGrantPrincipal

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#project_designation"OWNER", ...

Returns the value of attribute project_designation.

Returns:

  • ("OWNER", "CONTRIBUTOR", "PROJECT_CATALOG_STEWARD")


4966
4967
4968
# File 'sig/types.rbs', line 4966

def project_designation
  @project_designation
end

#project_grant_filterTypes::ProjectGrantFilter

Returns the value of attribute project_grant_filter.



4968
4969
4970
# File 'sig/types.rbs', line 4968

def project_grant_filter
  @project_grant_filter
end

#project_identifier::String

Returns the value of attribute project_identifier.

Returns:

  • (::String)


4967
4968
4969
# File 'sig/types.rbs', line 4967

def project_identifier
  @project_identifier
end