Module: Aws::BedrockAgentCoreControl::Client::_GetPolicyEngineSummaryResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetPolicyEngineSummaryResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #encryption_key_arn ⇒ ::String
- #name ⇒ ::String
- #policy_engine_arn ⇒ ::String
- #policy_engine_id ⇒ ::String
- #status ⇒ "CREATING", ...
- #updated_at ⇒ ::Time
Instance Method Details
#created_at ⇒ ::Time
1846 |
# File 'sig/client.rbs', line 1846
def created_at: () -> ::Time
|
#encryption_key_arn ⇒ ::String
1850 |
# File 'sig/client.rbs', line 1850
def encryption_key_arn: () -> ::String
|
#name ⇒ ::String
1845 |
# File 'sig/client.rbs', line 1845
def name: () -> ::String
|
#policy_engine_arn ⇒ ::String
1848 |
# File 'sig/client.rbs', line 1848
def policy_engine_arn: () -> ::String
|
#policy_engine_id ⇒ ::String
1844 |
# File 'sig/client.rbs', line 1844
def policy_engine_id: () -> ::String
|
#status ⇒ "CREATING", ...
1849 |
# File 'sig/client.rbs', line 1849
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#updated_at ⇒ ::Time
1847 |
# File 'sig/client.rbs', line 1847
def updated_at: () -> ::Time
|