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
1641 |
# File 'sig/client.rbs', line 1641
def created_at: () -> ::Time
|
#findings ⇒ ::String
1644 |
# File 'sig/client.rbs', line 1644
def findings: () -> ::String
|
#name ⇒ ::String
1638 |
# File 'sig/client.rbs', line 1638
def name: () -> ::String
|
#policy_engine_id ⇒ ::String
1636 |
# File 'sig/client.rbs', line 1636
def policy_engine_id: () -> ::String
|
#policy_generation_arn ⇒ ::String
1639 |
# File 'sig/client.rbs', line 1639
def policy_generation_arn: () -> ::String
|
#policy_generation_id ⇒ ::String
1637 |
# File 'sig/client.rbs', line 1637
def policy_generation_id: () -> ::String
|
#resource ⇒ Types::Resource
1640 |
# File 'sig/client.rbs', line 1640
def resource: () -> Types::Resource
|
#status ⇒ "GENERATING", ...
1643 |
# File 'sig/client.rbs', line 1643
def status: () -> ("GENERATING" | "GENERATED" | "GENERATE_FAILED" | "DELETE_FAILED")
|
#status_reasons ⇒ ::Array[::String]
1645 |
# File 'sig/client.rbs', line 1645
def status_reasons: () -> ::Array[::String]
|
#updated_at ⇒ ::Time
1642 |
# File 'sig/client.rbs', line 1642
def updated_at: () -> ::Time
|