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
1614 |
# File 'sig/client.rbs', line 1614
def created_at: () -> ::Time
|
#encryption_key_arn ⇒ ::String
1618 |
# File 'sig/client.rbs', line 1618
def encryption_key_arn: () -> ::String
|
#name ⇒ ::String
1613 |
# File 'sig/client.rbs', line 1613
def name: () -> ::String
|
#policy_engine_arn ⇒ ::String
1616 |
# File 'sig/client.rbs', line 1616
def policy_engine_arn: () -> ::String
|
#policy_engine_id ⇒ ::String
1612 |
# File 'sig/client.rbs', line 1612
def policy_engine_id: () -> ::String
|
#status ⇒ "CREATING", ...
1617 |
# File 'sig/client.rbs', line 1617
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#updated_at ⇒ ::Time
1615 |
# File 'sig/client.rbs', line 1615
def updated_at: () -> ::Time
|