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
1854 |
# File 'sig/client.rbs', line 1854
def created_at: () -> ::Time
|
#findings ⇒ ::String
1857 |
# File 'sig/client.rbs', line 1857
def findings: () -> ::String
|
#name ⇒ ::String
1851 |
# File 'sig/client.rbs', line 1851
def name: () -> ::String
|
#policy_engine_id ⇒ ::String
1849 |
# File 'sig/client.rbs', line 1849
def policy_engine_id: () -> ::String
|
#policy_generation_arn ⇒ ::String
1852 |
# File 'sig/client.rbs', line 1852
def policy_generation_arn: () -> ::String
|
#policy_generation_id ⇒ ::String
1850 |
# File 'sig/client.rbs', line 1850
def policy_generation_id: () -> ::String
|
#resource ⇒ Types::Resource
1853 |
# File 'sig/client.rbs', line 1853
def resource: () -> Types::Resource
|
#status ⇒ "GENERATING", ...
1856 |
# File 'sig/client.rbs', line 1856
def status: () -> ("GENERATING" | "GENERATED" | "GENERATE_FAILED" | "DELETE_FAILED")
|
#status_reasons ⇒ ::Array[::String]
1858 |
# File 'sig/client.rbs', line 1858
def status_reasons: () -> ::Array[::String]
|
#updated_at ⇒ ::Time
1855 |
# File 'sig/client.rbs', line 1855
def updated_at: () -> ::Time
|