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
2914 |
# File 'sig/client.rbs', line 2914
def created_at: () -> ::Time
|
#description ⇒ ::String
2919 |
# File 'sig/client.rbs', line 2919
def description: () -> ::String
|
#encryption_key_arn ⇒ ::String
2918 |
# File 'sig/client.rbs', line 2918
def encryption_key_arn: () -> ::String
|
#name ⇒ ::String
2913 |
# File 'sig/client.rbs', line 2913
def name: () -> ::String
|
#policy_engine_arn ⇒ ::String
2916 |
# File 'sig/client.rbs', line 2916
def policy_engine_arn: () -> ::String
|
#policy_engine_id ⇒ ::String
2912 |
# File 'sig/client.rbs', line 2912
def policy_engine_id: () -> ::String
|
#status ⇒ "CREATING", ...
2917 |
# File 'sig/client.rbs', line 2917
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#status_reasons ⇒ ::Array[::String]
2920 |
# File 'sig/client.rbs', line 2920
def status_reasons: () -> ::Array[::String]
|
#updated_at ⇒ ::Time
2915 |
# File 'sig/client.rbs', line 2915
def updated_at: () -> ::Time
|