Class: Aws::Types::GetPolicyVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetPolicyVersionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#generation_id ⇒ ::String
Returns the value of attribute generation_id.
-
#is_default_version ⇒ Boolean
Returns the value of attribute is_default_version.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
-
#policy_version_id ⇒ ::String
Returns the value of attribute policy_version_id.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
2516 2517 2518 |
# File 'sig/types.rbs', line 2516 def creation_date @creation_date end |
#generation_id ⇒ ::String
Returns the value of attribute generation_id.
2518 2519 2520 |
# File 'sig/types.rbs', line 2518 def generation_id @generation_id end |
#is_default_version ⇒ Boolean
Returns the value of attribute is_default_version.
2515 2516 2517 |
# File 'sig/types.rbs', line 2515 def is_default_version @is_default_version end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
2517 2518 2519 |
# File 'sig/types.rbs', line 2517 def last_modified_date @last_modified_date end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
2511 2512 2513 |
# File 'sig/types.rbs', line 2511 def policy_arn @policy_arn end |
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
2513 2514 2515 |
# File 'sig/types.rbs', line 2513 def policy_document @policy_document end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
2512 2513 2514 |
# File 'sig/types.rbs', line 2512 def policy_name @policy_name end |
#policy_version_id ⇒ ::String
Returns the value of attribute policy_version_id.
2514 2515 2516 |
# File 'sig/types.rbs', line 2514 def policy_version_id @policy_version_id end |