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
686 |
# File 'sig/client.rbs', line 686
def created_at: () -> ::Time
|
#definition ⇒ Types::PolicyDefinition
691 |
# File 'sig/client.rbs', line 691
def definition: () -> Types::PolicyDefinition
|
#description ⇒ ::String
692 |
# File 'sig/client.rbs', line 692
def description: () -> ::String
|
#enforcement_mode ⇒ "ACTIVE", "LOG_ONLY"
690 |
# File 'sig/client.rbs', line 690
def enforcement_mode: () -> ("ACTIVE" | "LOG_ONLY")
|
#name ⇒ ::String
684 |
# File 'sig/client.rbs', line 684
def name: () -> ::String
|
#policy_arn ⇒ ::String
688 |
# File 'sig/client.rbs', line 688
def policy_arn: () -> ::String
|
#policy_engine_id ⇒ ::String
685 |
# File 'sig/client.rbs', line 685
def policy_engine_id: () -> ::String
|
#policy_id ⇒ ::String
683 |
# File 'sig/client.rbs', line 683
def policy_id: () -> ::String
|
#status ⇒ "CREATING", ...
689 |
# File 'sig/client.rbs', line 689
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#status_reasons ⇒ ::Array[::String]
693 |
# File 'sig/client.rbs', line 693
def status_reasons: () -> ::Array[::String]
|
#updated_at ⇒ ::Time
687 |
# File 'sig/client.rbs', line 687
def updated_at: () -> ::Time
|