Module: Aws::BedrockAgentCoreControl::Client::_UpdatePolicyResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdatePolicyResponse]
- 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
3214 |
# File 'sig/client.rbs', line 3214
def created_at: () -> ::Time
|
#definition ⇒ Types::PolicyDefinition
3219 |
# File 'sig/client.rbs', line 3219
def definition: () -> Types::PolicyDefinition
|
#description ⇒ ::String
3220 |
# File 'sig/client.rbs', line 3220
def description: () -> ::String
|
#enforcement_mode ⇒ "ACTIVE", "LOG_ONLY"
3218 |
# File 'sig/client.rbs', line 3218
def enforcement_mode: () -> ("ACTIVE" | "LOG_ONLY")
|
#name ⇒ ::String
3212 |
# File 'sig/client.rbs', line 3212
def name: () -> ::String
|
#policy_arn ⇒ ::String
3216 |
# File 'sig/client.rbs', line 3216
def policy_arn: () -> ::String
|
#policy_engine_id ⇒ ::String
3213 |
# File 'sig/client.rbs', line 3213
def policy_engine_id: () -> ::String
|
#policy_id ⇒ ::String
3211 |
# File 'sig/client.rbs', line 3211
def policy_id: () -> ::String
|
#status ⇒ "CREATING", ...
3217 |
# File 'sig/client.rbs', line 3217
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#status_reasons ⇒ ::Array[::String]
3221 |
# File 'sig/client.rbs', line 3221
def status_reasons: () -> ::Array[::String]
|
#updated_at ⇒ ::Time
3215 |
# File 'sig/client.rbs', line 3215
def updated_at: () -> ::Time
|