Class: Aws::Types::PolicyStoreItem
- Inherits:
-
Object
- Object
- Aws::Types::PolicyStoreItem
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
972 973 974 |
# File 'sig/types.rbs', line 972 def arn @arn end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
973 974 975 |
# File 'sig/types.rbs', line 973 def created_date @created_date end |
#description ⇒ ::String
Returns the value of attribute description.
975 976 977 |
# File 'sig/types.rbs', line 975 def description @description end |
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
974 975 976 |
# File 'sig/types.rbs', line 974 def last_updated_date @last_updated_date end |
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
971 972 973 |
# File 'sig/types.rbs', line 971 def policy_store_id @policy_store_id end |