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
3211 |
# File 'sig/client.rbs', line 3211
def created_at: () -> ::Time
|
#description ⇒ ::String
3216 |
# File 'sig/client.rbs', line 3216
def description: () -> ::String
|
#encryption_key_arn ⇒ ::String
3215 |
# File 'sig/client.rbs', line 3215
def encryption_key_arn: () -> ::String
|
#name ⇒ ::String
3210 |
# File 'sig/client.rbs', line 3210
def name: () -> ::String
|
#policy_engine_arn ⇒ ::String
3213 |
# File 'sig/client.rbs', line 3213
def policy_engine_arn: () -> ::String
|
#policy_engine_id ⇒ ::String
3209 |
# File 'sig/client.rbs', line 3209
def policy_engine_id: () -> ::String
|
#status ⇒ "CREATING", ...
3214 |
# File 'sig/client.rbs', line 3214
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#status_reasons ⇒ ::Array[::String]
3217 |
# File 'sig/client.rbs', line 3217
def status_reasons: () -> ::Array[::String]
|
#updated_at ⇒ ::Time
3212 |
# File 'sig/client.rbs', line 3212
def updated_at: () -> ::Time
|