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
1885 |
# File 'sig/client.rbs', line 1885
def created_at: () -> ::Time
|
#enforcement_mode ⇒ "ACTIVE", "LOG_ONLY"
1889 |
# File 'sig/client.rbs', line 1889
def enforcement_mode: () -> ("ACTIVE" | "LOG_ONLY")
|
#name ⇒ ::String
1883 |
# File 'sig/client.rbs', line 1883
def name: () -> ::String
|
#policy_arn ⇒ ::String
1887 |
# File 'sig/client.rbs', line 1887
def policy_arn: () -> ::String
|
#policy_engine_id ⇒ ::String
1884 |
# File 'sig/client.rbs', line 1884
def policy_engine_id: () -> ::String
|
#policy_id ⇒ ::String
1882 |
# File 'sig/client.rbs', line 1882
def policy_id: () -> ::String
|
#status ⇒ "CREATING", ...
1888 |
# File 'sig/client.rbs', line 1888
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#updated_at ⇒ ::Time
1886 |
# File 'sig/client.rbs', line 1886
def updated_at: () -> ::Time
|