Module: Aws::Bedrock::Client::_GetAutomatedReasoningPolicyResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAutomatedReasoningPolicyResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #definition_hash ⇒ ::String
- #description ⇒ ::String
- #kms_key_arn ⇒ ::String
- #name ⇒ ::String
- #policy_arn ⇒ ::String
- #policy_id ⇒ ::String
- #updated_at ⇒ ::Time
- #version ⇒ ::String
Instance Method Details
#created_at ⇒ ::Time
966 |
# File 'sig/client.rbs', line 966
def created_at: () -> ::Time
|
#definition_hash ⇒ ::String
964 |
# File 'sig/client.rbs', line 964
def definition_hash: () -> ::String
|
#description ⇒ ::String
963 |
# File 'sig/client.rbs', line 963
def description: () -> ::String
|
#kms_key_arn ⇒ ::String
965 |
# File 'sig/client.rbs', line 965
def kms_key_arn: () -> ::String
|
#name ⇒ ::String
960 |
# File 'sig/client.rbs', line 960
def name: () -> ::String
|
#policy_arn ⇒ ::String
959 |
# File 'sig/client.rbs', line 959
def policy_arn: () -> ::String
|
#policy_id ⇒ ::String
962 |
# File 'sig/client.rbs', line 962
def policy_id: () -> ::String
|
#updated_at ⇒ ::Time
967 |
# File 'sig/client.rbs', line 967
def updated_at: () -> ::Time
|
#version ⇒ ::String
961 |
# File 'sig/client.rbs', line 961
def version: () -> ::String
|