Class: Aws::Types::CreatePolicyStoreOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreatePolicyStoreOutput
- 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.
355 356 357 |
# File 'sig/types.rbs', line 355 def arn @arn end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
356 357 358 |
# File 'sig/types.rbs', line 356 def created_date @created_date end |
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
357 358 359 |
# File 'sig/types.rbs', line 357 def last_updated_date @last_updated_date end |
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
354 355 356 |
# File 'sig/types.rbs', line 354 def policy_store_id @policy_store_id end |