Module: Aws::Bedrock::Client::_CreateAutomatedReasoningPolicyResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateAutomatedReasoningPolicyResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #definition_hash ⇒ ::String
- #description ⇒ ::String
- #name ⇒ ::String
- #policy_arn ⇒ ::String
- #updated_at ⇒ ::Time
- #version ⇒ ::String
Instance Method Details
#created_at ⇒ ::Time
158 |
# File 'sig/client.rbs', line 158
def created_at: () -> ::Time
|
#definition_hash ⇒ ::String
157 |
# File 'sig/client.rbs', line 157
def definition_hash: () -> ::String
|
#description ⇒ ::String
156 |
# File 'sig/client.rbs', line 156
def description: () -> ::String
|
#name ⇒ ::String
155 |
# File 'sig/client.rbs', line 155
def name: () -> ::String
|
#policy_arn ⇒ ::String
153 |
# File 'sig/client.rbs', line 153
def policy_arn: () -> ::String
|
#updated_at ⇒ ::Time
159 |
# File 'sig/client.rbs', line 159
def updated_at: () -> ::Time
|
#version ⇒ ::String
154 |
# File 'sig/client.rbs', line 154
def version: () -> ::String
|