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
1576 |
# File 'sig/client.rbs', line 1576
def created_at: () -> ::Time
|
#definition ⇒ Types::PolicyDefinition
1581 |
# File 'sig/client.rbs', line 1581
def definition: () -> Types::PolicyDefinition
|
#description ⇒ ::String
1582 |
# File 'sig/client.rbs', line 1582
def description: () -> ::String
|
#enforcement_mode ⇒ "ACTIVE", "LOG_ONLY"
1580 |
# File 'sig/client.rbs', line 1580
def enforcement_mode: () -> ("ACTIVE" | "LOG_ONLY")
|
#name ⇒ ::String
1574 |
# File 'sig/client.rbs', line 1574
def name: () -> ::String
|
#policy_arn ⇒ ::String
1578 |
# File 'sig/client.rbs', line 1578
def policy_arn: () -> ::String
|
#policy_engine_id ⇒ ::String
1575 |
# File 'sig/client.rbs', line 1575
def policy_engine_id: () -> ::String
|
#policy_id ⇒ ::String
1573 |
# File 'sig/client.rbs', line 1573
def policy_id: () -> ::String
|
#status ⇒ "CREATING", ...
1579 |
# File 'sig/client.rbs', line 1579
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#status_reasons ⇒ ::Array[::String]
1583 |
# File 'sig/client.rbs', line 1583
def status_reasons: () -> ::Array[::String]
|
#updated_at ⇒ ::Time
1577 |
# File 'sig/client.rbs', line 1577
def updated_at: () -> ::Time
|