Class: Aws::Types::UpdatePolicyStoreOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePolicyStoreOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
-
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1232 1233 1234 |
# File 'sig/types.rbs', line 1232 def arn @arn end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def created_date @created_date end |
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def last_updated_date @last_updated_date end |
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
1231 1232 1233 |
# File 'sig/types.rbs', line 1231 def policy_store_id @policy_store_id end |