Module: Aws::BedrockAgentCoreControl::Client::_DeletePolicyResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeletePolicyResponse]
- 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
1259 |
# File 'sig/client.rbs', line 1259
def created_at: () -> ::Time
|
#definition ⇒ Types::PolicyDefinition
1264 |
# File 'sig/client.rbs', line 1264
def definition: () -> Types::PolicyDefinition
|
#description ⇒ ::String
1265 |
# File 'sig/client.rbs', line 1265
def description: () -> ::String
|
#enforcement_mode ⇒ "ACTIVE", "LOG_ONLY"
1263 |
# File 'sig/client.rbs', line 1263
def enforcement_mode: () -> ("ACTIVE" | "LOG_ONLY")
|
#name ⇒ ::String
1257 |
# File 'sig/client.rbs', line 1257
def name: () -> ::String
|
#policy_arn ⇒ ::String
1261 |
# File 'sig/client.rbs', line 1261
def policy_arn: () -> ::String
|
#policy_engine_id ⇒ ::String
1258 |
# File 'sig/client.rbs', line 1258
def policy_engine_id: () -> ::String
|
#policy_id ⇒ ::String
1256 |
# File 'sig/client.rbs', line 1256
def policy_id: () -> ::String
|
#status ⇒ "CREATING", ...
1262 |
# File 'sig/client.rbs', line 1262
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#status_reasons ⇒ ::Array[::String]
1266 |
# File 'sig/client.rbs', line 1266
def status_reasons: () -> ::Array[::String]
|
#updated_at ⇒ ::Time
1260 |
# File 'sig/client.rbs', line 1260
def updated_at: () -> ::Time
|