Class: Aws::Types::GetPolicyStoreOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetPolicyStoreOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#cedar_version ⇒ "CEDAR_2", "CEDAR_4"
Returns the value of attribute cedar_version.
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#deletion_protection ⇒ "ENABLED", "DISABLED"
Returns the value of attribute deletion_protection.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#encryption_state ⇒ Types::EncryptionState
Returns the value of attribute encryption_state.
-
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
-
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#validation_settings ⇒ Types::ValidationSettings
Returns the value of attribute validation_settings.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
562 563 564 |
# File 'sig/types.rbs', line 562 def arn @arn end |
#cedar_version ⇒ "CEDAR_2", "CEDAR_4"
Returns the value of attribute cedar_version.
569 570 571 |
# File 'sig/types.rbs', line 569 def cedar_version @cedar_version end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
564 565 566 |
# File 'sig/types.rbs', line 564 def created_date @created_date end |
#deletion_protection ⇒ "ENABLED", "DISABLED"
Returns the value of attribute deletion_protection.
567 568 569 |
# File 'sig/types.rbs', line 567 def deletion_protection @deletion_protection end |
#description ⇒ ::String
Returns the value of attribute description.
566 567 568 |
# File 'sig/types.rbs', line 566 def description @description end |
#encryption_state ⇒ Types::EncryptionState
Returns the value of attribute encryption_state.
568 569 570 |
# File 'sig/types.rbs', line 568 def encryption_state @encryption_state end |
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
565 566 567 |
# File 'sig/types.rbs', line 565 def last_updated_date @last_updated_date end |
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
561 562 563 |
# File 'sig/types.rbs', line 561 def policy_store_id @policy_store_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
570 571 572 |
# File 'sig/types.rbs', line 570 def end |
#validation_settings ⇒ Types::ValidationSettings
Returns the value of attribute validation_settings.
563 564 565 |
# File 'sig/types.rbs', line 563 def validation_settings @validation_settings end |