Module: Aws::Bedrock::Client::_GetAutomatedReasoningPolicyAnnotationsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAutomatedReasoningPolicyAnnotationsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #annotation_set_hash ⇒ ::String
- #annotations ⇒ ::Array[Types::AutomatedReasoningPolicyAnnotation]
- #build_workflow_id ⇒ ::String
- #name ⇒ ::String
- #policy_arn ⇒ ::String
- #updated_at ⇒ ::Time
Instance Method Details
#annotation_set_hash ⇒ ::String
981 |
# File 'sig/client.rbs', line 981
def annotation_set_hash: () -> ::String
|
#annotations ⇒ ::Array[Types::AutomatedReasoningPolicyAnnotation]
980 |
# File 'sig/client.rbs', line 980
def annotations: () -> ::Array[Types::AutomatedReasoningPolicyAnnotation]
|
#build_workflow_id ⇒ ::String
979 |
# File 'sig/client.rbs', line 979
def build_workflow_id: () -> ::String
|
#name ⇒ ::String
978 |
# File 'sig/client.rbs', line 978
def name: () -> ::String
|
#policy_arn ⇒ ::String
977 |
# File 'sig/client.rbs', line 977
def policy_arn: () -> ::String
|
#updated_at ⇒ ::Time
982 |
# File 'sig/client.rbs', line 982
def updated_at: () -> ::Time
|