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
1829 |
# File 'sig/client.rbs', line 1829
def created_at: () -> ::Time
|
#encryption_key_arn ⇒ ::String
1833 |
# File 'sig/client.rbs', line 1833
def encryption_key_arn: () -> ::String
|
#name ⇒ ::String
1828 |
# File 'sig/client.rbs', line 1828
def name: () -> ::String
|
#policy_engine_arn ⇒ ::String
1831 |
# File 'sig/client.rbs', line 1831
def policy_engine_arn: () -> ::String
|
#policy_engine_id ⇒ ::String
1827 |
# File 'sig/client.rbs', line 1827
def policy_engine_id: () -> ::String
|
#status ⇒ "CREATING", ...
1832 |
# File 'sig/client.rbs', line 1832
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#updated_at ⇒ ::Time
1830 |
# File 'sig/client.rbs', line 1830
def updated_at: () -> ::Time
|