Module: Aws::BedrockAgentCoreControl::Client::_UpdatePolicyEngineResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdatePolicyEngineResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #encryption_key_arn ⇒ ::String
- #name ⇒ ::String
- #policy_engine_arn ⇒ ::String
- #policy_engine_id ⇒ ::String
- #status ⇒ "CREATING", ...
- #status_reasons ⇒ ::Array[::String]
- #updated_at ⇒ ::Time
Instance Method Details
#created_at ⇒ ::Time
2922 |
# File 'sig/client.rbs', line 2922
def created_at: () -> ::Time
|
#description ⇒ ::String
2927 |
# File 'sig/client.rbs', line 2927
def description: () -> ::String
|
#encryption_key_arn ⇒ ::String
2926 |
# File 'sig/client.rbs', line 2926
def encryption_key_arn: () -> ::String
|
#name ⇒ ::String
2921 |
# File 'sig/client.rbs', line 2921
def name: () -> ::String
|
#policy_engine_arn ⇒ ::String
2924 |
# File 'sig/client.rbs', line 2924
def policy_engine_arn: () -> ::String
|
#policy_engine_id ⇒ ::String
2920 |
# File 'sig/client.rbs', line 2920
def policy_engine_id: () -> ::String
|
#status ⇒ "CREATING", ...
2925 |
# File 'sig/client.rbs', line 2925
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#status_reasons ⇒ ::Array[::String]
2928 |
# File 'sig/client.rbs', line 2928
def status_reasons: () -> ::Array[::String]
|
#updated_at ⇒ ::Time
2923 |
# File 'sig/client.rbs', line 2923
def updated_at: () -> ::Time
|