Module: Aws::BedrockAgentCoreControl::Client::_GetPolicyGenerationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetPolicyGenerationResponse]
- 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", ...
- #status_reasons ⇒ ::Array[::String]
- #updated_at ⇒ ::Time
Instance Method Details
#created_at ⇒ ::Time
1633 |
# File 'sig/client.rbs', line 1633
def created_at: () -> ::Time
|
#findings ⇒ ::String
1636 |
# File 'sig/client.rbs', line 1636
def findings: () -> ::String
|
#name ⇒ ::String
1630 |
# File 'sig/client.rbs', line 1630
def name: () -> ::String
|
#policy_engine_id ⇒ ::String
1628 |
# File 'sig/client.rbs', line 1628
def policy_engine_id: () -> ::String
|
#policy_generation_arn ⇒ ::String
1631 |
# File 'sig/client.rbs', line 1631
def policy_generation_arn: () -> ::String
|
#policy_generation_id ⇒ ::String
1629 |
# File 'sig/client.rbs', line 1629
def policy_generation_id: () -> ::String
|
#resource ⇒ Types::Resource
1632 |
# File 'sig/client.rbs', line 1632
def resource: () -> Types::Resource
|
#status ⇒ "GENERATING", ...
1635 |
# File 'sig/client.rbs', line 1635
def status: () -> ("GENERATING" | "GENERATED" | "GENERATE_FAILED" | "DELETE_FAILED")
|
#status_reasons ⇒ ::Array[::String]
1637 |
# File 'sig/client.rbs', line 1637
def status_reasons: () -> ::Array[::String]
|
#updated_at ⇒ ::Time
1634 |
# File 'sig/client.rbs', line 1634
def updated_at: () -> ::Time
|