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
1246 |
# File 'sig/client.rbs', line 1246
def created_at: () -> ::Time
|
#definition ⇒ Types::PolicyDefinition
1251 |
# File 'sig/client.rbs', line 1251
def definition: () -> Types::PolicyDefinition
|
#description ⇒ ::String
1252 |
# File 'sig/client.rbs', line 1252
def description: () -> ::String
|
#enforcement_mode ⇒ "ACTIVE", "LOG_ONLY"
1250 |
# File 'sig/client.rbs', line 1250
def enforcement_mode: () -> ("ACTIVE" | "LOG_ONLY")
|
#name ⇒ ::String
1244 |
# File 'sig/client.rbs', line 1244
def name: () -> ::String
|
#policy_arn ⇒ ::String
1248 |
# File 'sig/client.rbs', line 1248
def policy_arn: () -> ::String
|
#policy_engine_id ⇒ ::String
1245 |
# File 'sig/client.rbs', line 1245
def policy_engine_id: () -> ::String
|
#policy_id ⇒ ::String
1243 |
# File 'sig/client.rbs', line 1243
def policy_id: () -> ::String
|
#status ⇒ "CREATING", ...
1249 |
# File 'sig/client.rbs', line 1249
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#status_reasons ⇒ ::Array[::String]
1253 |
# File 'sig/client.rbs', line 1253
def status_reasons: () -> ::Array[::String]
|
#updated_at ⇒ ::Time
1247 |
# File 'sig/client.rbs', line 1247
def updated_at: () -> ::Time
|