Module: Aws::BedrockAgentCoreControl::Client::_GetPolicySummaryResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetPolicySummaryResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #enforcement_mode ⇒ "ACTIVE", "LOG_ONLY"
- #name ⇒ ::String
- #policy_arn ⇒ ::String
- #policy_engine_id ⇒ ::String
- #policy_id ⇒ ::String
- #status ⇒ "CREATING", ...
- #updated_at ⇒ ::Time
Instance Method Details
#created_at ⇒ ::Time
1678 |
# File 'sig/client.rbs', line 1678
def created_at: () -> ::Time
|
#enforcement_mode ⇒ "ACTIVE", "LOG_ONLY"
1682 |
# File 'sig/client.rbs', line 1682
def enforcement_mode: () -> ("ACTIVE" | "LOG_ONLY")
|
#name ⇒ ::String
1676 |
# File 'sig/client.rbs', line 1676
def name: () -> ::String
|
#policy_arn ⇒ ::String
1680 |
# File 'sig/client.rbs', line 1680
def policy_arn: () -> ::String
|
#policy_engine_id ⇒ ::String
1677 |
# File 'sig/client.rbs', line 1677
def policy_engine_id: () -> ::String
|
#policy_id ⇒ ::String
1675 |
# File 'sig/client.rbs', line 1675
def policy_id: () -> ::String
|
#status ⇒ "CREATING", ...
1681 |
# File 'sig/client.rbs', line 1681
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#updated_at ⇒ ::Time
1679 |
# File 'sig/client.rbs', line 1679
def updated_at: () -> ::Time
|