Class: Aws::Types::PolicyVersion
- Inherits:
-
Object
- Object
- Aws::Types::PolicyVersion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_date ⇒ ::Time
Returns the value of attribute create_date.
-
#document ⇒ ::String
Returns the value of attribute document.
-
#is_default_version ⇒ Boolean
Returns the value of attribute is_default_version.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#create_date ⇒ ::Time
Returns the value of attribute create_date.
1764 1765 1766 |
# File 'sig/types.rbs', line 1764 def create_date @create_date end |
#document ⇒ ::String
Returns the value of attribute document.
1761 1762 1763 |
# File 'sig/types.rbs', line 1761 def document @document end |
#is_default_version ⇒ Boolean
Returns the value of attribute is_default_version.
1763 1764 1765 |
# File 'sig/types.rbs', line 1763 def is_default_version @is_default_version end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
1762 1763 1764 |
# File 'sig/types.rbs', line 1762 def version_id @version_id end |