Module: Aws::BedrockAgentCoreControl::Client::_GetPolicyResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetPolicyResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #definition ⇒ Types::PolicyDefinition
- #description ⇒ ::String
- #enforcement_mode ⇒ "ACTIVE", "LOG_ONLY"
- #name ⇒ ::String
- #policy_arn ⇒ ::String
- #policy_engine_id ⇒ ::String
- #policy_id ⇒ ::String
- #status ⇒ "CREATING", ...
- #status_reasons ⇒ ::Array[::String]
- #updated_at ⇒ ::Time
Instance Method Details
#created_at ⇒ ::Time
1791 |
# File 'sig/client.rbs', line 1791
def created_at: () -> ::Time
|
#definition ⇒ Types::PolicyDefinition
1796 |
# File 'sig/client.rbs', line 1796
def definition: () -> Types::PolicyDefinition
|
#description ⇒ ::String
1797 |
# File 'sig/client.rbs', line 1797
def description: () -> ::String
|
#enforcement_mode ⇒ "ACTIVE", "LOG_ONLY"
1795 |
# File 'sig/client.rbs', line 1795
def enforcement_mode: () -> ("ACTIVE" | "LOG_ONLY")
|
#name ⇒ ::String
1789 |
# File 'sig/client.rbs', line 1789
def name: () -> ::String
|
#policy_arn ⇒ ::String
1793 |
# File 'sig/client.rbs', line 1793
def policy_arn: () -> ::String
|
#policy_engine_id ⇒ ::String
1790 |
# File 'sig/client.rbs', line 1790
def policy_engine_id: () -> ::String
|
#policy_id ⇒ ::String
1788 |
# File 'sig/client.rbs', line 1788
def policy_id: () -> ::String
|
#status ⇒ "CREATING", ...
1794 |
# File 'sig/client.rbs', line 1794
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#status_reasons ⇒ ::Array[::String]
1798 |
# File 'sig/client.rbs', line 1798
def status_reasons: () -> ::Array[::String]
|
#updated_at ⇒ ::Time
1792 |
# File 'sig/client.rbs', line 1792
def updated_at: () -> ::Time
|