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.
1817 1818 1819 |
# File 'sig/types.rbs', line 1817 def create_date @create_date end |
#document ⇒ ::String
Returns the value of attribute document.
1814 1815 1816 |
# File 'sig/types.rbs', line 1814 def document @document end |
#is_default_version ⇒ Boolean
Returns the value of attribute is_default_version.
1816 1817 1818 |
# File 'sig/types.rbs', line 1816 def is_default_version @is_default_version end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
1815 1816 1817 |
# File 'sig/types.rbs', line 1815 def version_id @version_id end |