Class: Aws::Types::AwsIamPolicyVersion
- Inherits:
-
Object
- Object
- Aws::Types::AwsIamPolicyVersion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_date ⇒ ::String
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 ⇒ ::String
Returns the value of attribute create_date.
3040 3041 3042 |
# File 'sig/types.rbs', line 3040 def create_date @create_date end |
#is_default_version ⇒ Boolean
Returns the value of attribute is_default_version.
3039 3040 3041 |
# File 'sig/types.rbs', line 3039 def is_default_version @is_default_version end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
3038 3039 3040 |
# File 'sig/types.rbs', line 3038 def version_id @version_id end |