Module: Aws::BedrockAgentCoreControl::Client::_GetPolicyGenerationSummaryResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetPolicyGenerationSummaryResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #findings ⇒ ::String
- #name ⇒ ::String
- #policy_engine_id ⇒ ::String
- #policy_generation_arn ⇒ ::String
- #policy_generation_id ⇒ ::String
- #resource ⇒ Types::Resource
- #status ⇒ "GENERATING", ...
- #updated_at ⇒ ::Time
Instance Method Details
#created_at ⇒ ::Time
1653 |
# File 'sig/client.rbs', line 1653
def created_at: () -> ::Time
|
#findings ⇒ ::String
1656 |
# File 'sig/client.rbs', line 1656
def findings: () -> ::String
|
#name ⇒ ::String
1650 |
# File 'sig/client.rbs', line 1650
def name: () -> ::String
|
#policy_engine_id ⇒ ::String
1648 |
# File 'sig/client.rbs', line 1648
def policy_engine_id: () -> ::String
|
#policy_generation_arn ⇒ ::String
1651 |
# File 'sig/client.rbs', line 1651
def policy_generation_arn: () -> ::String
|
#policy_generation_id ⇒ ::String
1649 |
# File 'sig/client.rbs', line 1649
def policy_generation_id: () -> ::String
|
#resource ⇒ Types::Resource
1652 |
# File 'sig/client.rbs', line 1652
def resource: () -> Types::Resource
|
#status ⇒ "GENERATING", ...
1655 |
# File 'sig/client.rbs', line 1655
def status: () -> ("GENERATING" | "GENERATED" | "GENERATE_FAILED" | "DELETE_FAILED")
|
#updated_at ⇒ ::Time
1654 |
# File 'sig/client.rbs', line 1654
def updated_at: () -> ::Time
|