Module: Aws::BedrockAgentCoreControl::Client::_DeletePolicyEngineResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeletePolicyEngineResponse]
- 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
1266 |
# File 'sig/client.rbs', line 1266
def created_at: () -> ::Time
|
#description ⇒ ::String
1271 |
# File 'sig/client.rbs', line 1271
def description: () -> ::String
|
#encryption_key_arn ⇒ ::String
1270 |
# File 'sig/client.rbs', line 1270
def encryption_key_arn: () -> ::String
|
#name ⇒ ::String
1265 |
# File 'sig/client.rbs', line 1265
def name: () -> ::String
|
#policy_engine_arn ⇒ ::String
1268 |
# File 'sig/client.rbs', line 1268
def policy_engine_arn: () -> ::String
|
#policy_engine_id ⇒ ::String
1264 |
# File 'sig/client.rbs', line 1264
def policy_engine_id: () -> ::String
|
#status ⇒ "CREATING", ...
1269 |
# File 'sig/client.rbs', line 1269
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#status_reasons ⇒ ::Array[::String]
1272 |
# File 'sig/client.rbs', line 1272
def status_reasons: () -> ::Array[::String]
|
#updated_at ⇒ ::Time
1267 |
# File 'sig/client.rbs', line 1267
def updated_at: () -> ::Time
|