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
2888 |
# File 'sig/client.rbs', line 2888
def created_at: () -> ::Time
|
#definition ⇒ Types::PolicyDefinition
2893 |
# File 'sig/client.rbs', line 2893
def definition: () -> Types::PolicyDefinition
|
#description ⇒ ::String
2894 |
# File 'sig/client.rbs', line 2894
def description: () -> ::String
|
#enforcement_mode ⇒ "ACTIVE", "LOG_ONLY"
2892 |
# File 'sig/client.rbs', line 2892
def enforcement_mode: () -> ("ACTIVE" | "LOG_ONLY")
|
#name ⇒ ::String
2886 |
# File 'sig/client.rbs', line 2886
def name: () -> ::String
|
#policy_arn ⇒ ::String
2890 |
# File 'sig/client.rbs', line 2890
def policy_arn: () -> ::String
|
#policy_engine_id ⇒ ::String
2887 |
# File 'sig/client.rbs', line 2887
def policy_engine_id: () -> ::String
|
#policy_id ⇒ ::String
2885 |
# File 'sig/client.rbs', line 2885
def policy_id: () -> ::String
|
#status ⇒ "CREATING", ...
2891 |
# File 'sig/client.rbs', line 2891
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#status_reasons ⇒ ::Array[::String]
2895 |
# File 'sig/client.rbs', line 2895
def status_reasons: () -> ::Array[::String]
|
#updated_at ⇒ ::Time
2889 |
# File 'sig/client.rbs', line 2889
def updated_at: () -> ::Time
|