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
1622 |
# File 'sig/client.rbs', line 1622
def created_at: () -> ::Time
|
#encryption_key_arn ⇒ ::String
1626 |
# File 'sig/client.rbs', line 1626
def encryption_key_arn: () -> ::String
|
#name ⇒ ::String
1621 |
# File 'sig/client.rbs', line 1621
def name: () -> ::String
|
#policy_engine_arn ⇒ ::String
1624 |
# File 'sig/client.rbs', line 1624
def policy_engine_arn: () -> ::String
|
#policy_engine_id ⇒ ::String
1620 |
# File 'sig/client.rbs', line 1620
def policy_engine_id: () -> ::String
|
#status ⇒ "CREATING", ...
1625 |
# File 'sig/client.rbs', line 1625
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#updated_at ⇒ ::Time
1623 |
# File 'sig/client.rbs', line 1623
def updated_at: () -> ::Time
|