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.
-
#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.
4094 4095 4096 |
# File 'sig/types.rbs', line 4094 def create_date @create_date end |
#is_default_version ⇒ Boolean
Returns the value of attribute is_default_version.
4093 4094 4095 |
# File 'sig/types.rbs', line 4093 def is_default_version @is_default_version end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
4092 4093 4094 |
# File 'sig/types.rbs', line 4092 def version_id @version_id end |