Class: Aws::Types::ProjectPolicy
- Inherits:
-
Object
- Object
- Aws::Types::ProjectPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
-
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
-
#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
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
1504 1505 1506 |
# File 'sig/types.rbs', line 1504 def @creation_timestamp end |
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
1505 1506 1507 |
# File 'sig/types.rbs', line 1505 def @last_updated_timestamp end |
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
1503 1504 1505 |
# File 'sig/types.rbs', line 1503 def policy_document @policy_document end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
1501 1502 1503 |
# File 'sig/types.rbs', line 1501 def policy_name @policy_name end |
#policy_revision_id ⇒ ::String
Returns the value of attribute policy_revision_id.
1502 1503 1504 |
# File 'sig/types.rbs', line 1502 def policy_revision_id @policy_revision_id end |
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
1500 1501 1502 |
# File 'sig/types.rbs', line 1500 def project_arn @project_arn end |