Class: Aws::Types::PutProjectPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutProjectPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
-
#policy_revision_id ⇒ ::String
Returns the value of attribute policy_revision_id.
-
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
Instance Attribute Details
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
1567 1568 1569 |
# File 'sig/types.rbs', line 1567 def policy_document @policy_document end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
1565 1566 1567 |
# File 'sig/types.rbs', line 1565 def policy_name @policy_name end |
#policy_revision_id ⇒ ::String
Returns the value of attribute policy_revision_id.
1566 1567 1568 |
# File 'sig/types.rbs', line 1566 def policy_revision_id @policy_revision_id end |
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
1564 1565 1566 |
# File 'sig/types.rbs', line 1564 def project_arn @project_arn end |