Module: Aws::Bedrock::Client::_CreateAutomatedReasoningPolicyVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateAutomatedReasoningPolicyVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #definition_hash ⇒ ::String
- #description ⇒ ::String
- #name ⇒ ::String
- #policy_arn ⇒ ::String
- #version ⇒ ::String
Instance Method Details
#created_at ⇒ ::Time
200 |
# File 'sig/client.rbs', line 200
def created_at: () -> ::Time
|
#definition_hash ⇒ ::String
199 |
# File 'sig/client.rbs', line 199
def definition_hash: () -> ::String
|
#description ⇒ ::String
198 |
# File 'sig/client.rbs', line 198
def description: () -> ::String
|
#name ⇒ ::String
197 |
# File 'sig/client.rbs', line 197
def name: () -> ::String
|
#policy_arn ⇒ ::String
195 |
# File 'sig/client.rbs', line 195
def policy_arn: () -> ::String
|
#version ⇒ ::String
196 |
# File 'sig/client.rbs', line 196
def version: () -> ::String
|