Module: Aws::BedrockAgentCoreControl::Client::_CreatePolicyResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreatePolicyResponse]
- 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
834 |
# File 'sig/client.rbs', line 834
def created_at: () -> ::Time
|
#definition ⇒ Types::PolicyDefinition
839 |
# File 'sig/client.rbs', line 839
def definition: () -> Types::PolicyDefinition
|
#description ⇒ ::String
840 |
# File 'sig/client.rbs', line 840
def description: () -> ::String
|
#enforcement_mode ⇒ "ACTIVE", "LOG_ONLY"
838 |
# File 'sig/client.rbs', line 838
def enforcement_mode: () -> ("ACTIVE" | "LOG_ONLY")
|
#name ⇒ ::String
832 |
# File 'sig/client.rbs', line 832
def name: () -> ::String
|
#policy_arn ⇒ ::String
836 |
# File 'sig/client.rbs', line 836
def policy_arn: () -> ::String
|
#policy_engine_id ⇒ ::String
833 |
# File 'sig/client.rbs', line 833
def policy_engine_id: () -> ::String
|
#policy_id ⇒ ::String
831 |
# File 'sig/client.rbs', line 831
def policy_id: () -> ::String
|
#status ⇒ "CREATING", ...
837 |
# File 'sig/client.rbs', line 837
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#status_reasons ⇒ ::Array[::String]
841 |
# File 'sig/client.rbs', line 841
def status_reasons: () -> ::Array[::String]
|
#updated_at ⇒ ::Time
835 |
# File 'sig/client.rbs', line 835
def updated_at: () -> ::Time
|