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
3185 |
# File 'sig/client.rbs', line 3185
def created_at: () -> ::Time
|
#definition ⇒ Types::PolicyDefinition
3190 |
# File 'sig/client.rbs', line 3190
def definition: () -> Types::PolicyDefinition
|
#description ⇒ ::String
3191 |
# File 'sig/client.rbs', line 3191
def description: () -> ::String
|
#enforcement_mode ⇒ "ACTIVE", "LOG_ONLY"
3189 |
# File 'sig/client.rbs', line 3189
def enforcement_mode: () -> ("ACTIVE" | "LOG_ONLY")
|
#name ⇒ ::String
3183 |
# File 'sig/client.rbs', line 3183
def name: () -> ::String
|
#policy_arn ⇒ ::String
3187 |
# File 'sig/client.rbs', line 3187
def policy_arn: () -> ::String
|
#policy_engine_id ⇒ ::String
3184 |
# File 'sig/client.rbs', line 3184
def policy_engine_id: () -> ::String
|
#policy_id ⇒ ::String
3182 |
# File 'sig/client.rbs', line 3182
def policy_id: () -> ::String
|
#status ⇒ "CREATING", ...
3188 |
# File 'sig/client.rbs', line 3188
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#status_reasons ⇒ ::Array[::String]
3192 |
# File 'sig/client.rbs', line 3192
def status_reasons: () -> ::Array[::String]
|
#updated_at ⇒ ::Time
3186 |
# File 'sig/client.rbs', line 3186
def updated_at: () -> ::Time
|