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
1670 |
# File 'sig/client.rbs', line 1670
def created_at: () -> ::Time
|
#enforcement_mode ⇒ "ACTIVE", "LOG_ONLY"
1674 |
# File 'sig/client.rbs', line 1674
def enforcement_mode: () -> ("ACTIVE" | "LOG_ONLY")
|
#name ⇒ ::String
1668 |
# File 'sig/client.rbs', line 1668
def name: () -> ::String
|
#policy_arn ⇒ ::String
1672 |
# File 'sig/client.rbs', line 1672
def policy_arn: () -> ::String
|
#policy_engine_id ⇒ ::String
1669 |
# File 'sig/client.rbs', line 1669
def policy_engine_id: () -> ::String
|
#policy_id ⇒ ::String
1667 |
# File 'sig/client.rbs', line 1667
def policy_id: () -> ::String
|
#status ⇒ "CREATING", ...
1673 |
# File 'sig/client.rbs', line 1673
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#updated_at ⇒ ::Time
1671 |
# File 'sig/client.rbs', line 1671
def updated_at: () -> ::Time
|