Module: Aws::BedrockAgentCoreControl::Client::_GetPolicyResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetPolicyResponse]
- 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
1797 |
# File 'sig/client.rbs', line 1797
def created_at: () -> ::Time
|
#definition ⇒ Types::PolicyDefinition
1802 |
# File 'sig/client.rbs', line 1802
def definition: () -> Types::PolicyDefinition
|
#description ⇒ ::String
1803 |
# File 'sig/client.rbs', line 1803
def description: () -> ::String
|
#enforcement_mode ⇒ "ACTIVE", "LOG_ONLY"
1801 |
# File 'sig/client.rbs', line 1801
def enforcement_mode: () -> ("ACTIVE" | "LOG_ONLY")
|
#name ⇒ ::String
1795 |
# File 'sig/client.rbs', line 1795
def name: () -> ::String
|
#policy_arn ⇒ ::String
1799 |
# File 'sig/client.rbs', line 1799
def policy_arn: () -> ::String
|
#policy_engine_id ⇒ ::String
1796 |
# File 'sig/client.rbs', line 1796
def policy_engine_id: () -> ::String
|
#policy_id ⇒ ::String
1794 |
# File 'sig/client.rbs', line 1794
def policy_id: () -> ::String
|
#status ⇒ "CREATING", ...
1800 |
# File 'sig/client.rbs', line 1800
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#status_reasons ⇒ ::Array[::String]
1804 |
# File 'sig/client.rbs', line 1804
def status_reasons: () -> ::Array[::String]
|
#updated_at ⇒ ::Time
1798 |
# File 'sig/client.rbs', line 1798
def updated_at: () -> ::Time
|