Class: Aws::Types::DeleteProjectPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteProjectPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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_name ⇒ ::String
Returns the value of attribute policy_name.
418 419 420 |
# File 'sig/types.rbs', line 418 def policy_name @policy_name end |
#policy_revision_id ⇒ ::String
Returns the value of attribute policy_revision_id.
419 420 421 |
# File 'sig/types.rbs', line 419 def policy_revision_id @policy_revision_id end |
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
417 418 419 |
# File 'sig/types.rbs', line 417 def project_arn @project_arn end |