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
847 |
# File 'sig/client.rbs', line 847
def created_at: () -> ::Time
|
#definition ⇒ Types::PolicyDefinition
852 |
# File 'sig/client.rbs', line 852
def definition: () -> Types::PolicyDefinition
|
#description ⇒ ::String
853 |
# File 'sig/client.rbs', line 853
def description: () -> ::String
|
#enforcement_mode ⇒ "ACTIVE", "LOG_ONLY"
851 |
# File 'sig/client.rbs', line 851
def enforcement_mode: () -> ("ACTIVE" | "LOG_ONLY")
|
#name ⇒ ::String
845 |
# File 'sig/client.rbs', line 845
def name: () -> ::String
|
#policy_arn ⇒ ::String
849 |
# File 'sig/client.rbs', line 849
def policy_arn: () -> ::String
|
#policy_engine_id ⇒ ::String
846 |
# File 'sig/client.rbs', line 846
def policy_engine_id: () -> ::String
|
#policy_id ⇒ ::String
844 |
# File 'sig/client.rbs', line 844
def policy_id: () -> ::String
|
#status ⇒ "CREATING", ...
850 |
# File 'sig/client.rbs', line 850
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#status_reasons ⇒ ::Array[::String]
854 |
# File 'sig/client.rbs', line 854
def status_reasons: () -> ::Array[::String]
|
#updated_at ⇒ ::Time
848 |
# File 'sig/client.rbs', line 848
def updated_at: () -> ::Time
|