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