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
1072 |
# File 'sig/client.rbs', line 1072
def created_at: () -> ::Time
|
#definition ⇒ Types::PolicyDefinition
1077 |
# File 'sig/client.rbs', line 1077
def definition: () -> Types::PolicyDefinition
|
#description ⇒ ::String
1078 |
# File 'sig/client.rbs', line 1078
def description: () -> ::String
|
#enforcement_mode ⇒ "ACTIVE", "LOG_ONLY"
1076 |
# File 'sig/client.rbs', line 1076
def enforcement_mode: () -> ("ACTIVE" | "LOG_ONLY")
|
#name ⇒ ::String
1070 |
# File 'sig/client.rbs', line 1070
def name: () -> ::String
|
#policy_arn ⇒ ::String
1074 |
# File 'sig/client.rbs', line 1074
def policy_arn: () -> ::String
|
#policy_engine_id ⇒ ::String
1071 |
# File 'sig/client.rbs', line 1071
def policy_engine_id: () -> ::String
|
#policy_id ⇒ ::String
1069 |
# File 'sig/client.rbs', line 1069
def policy_id: () -> ::String
|
#status ⇒ "CREATING", ...
1075 |
# File 'sig/client.rbs', line 1075
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#status_reasons ⇒ ::Array[::String]
1079 |
# File 'sig/client.rbs', line 1079
def status_reasons: () -> ::Array[::String]
|
#updated_at ⇒ ::Time
1073 |
# File 'sig/client.rbs', line 1073
def updated_at: () -> ::Time
|