Module: Aws::BedrockAgent::Client::_UpdatePromptResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdatePromptResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_at ⇒ ::Time
- #customer_encryption_key_arn ⇒ ::String
- #default_variant ⇒ ::String
- #description ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #updated_at ⇒ ::Time
- #variants ⇒ ::Array[Types::PromptVariant]
- #version ⇒ ::String
Instance Method Details
#arn ⇒ ::String
1314 |
# File 'sig/client.rbs', line 1314
def arn: () -> ::String
|
#created_at ⇒ ::Time
1316 |
# File 'sig/client.rbs', line 1316
def created_at: () -> ::Time
|
#customer_encryption_key_arn ⇒ ::String
1310 |
# File 'sig/client.rbs', line 1310
def customer_encryption_key_arn: () -> ::String
|
#default_variant ⇒ ::String
1311 |
# File 'sig/client.rbs', line 1311
def default_variant: () -> ::String
|
#description ⇒ ::String
1309 |
# File 'sig/client.rbs', line 1309
def description: () -> ::String
|
#id ⇒ ::String
1313 |
# File 'sig/client.rbs', line 1313
def id: () -> ::String
|
#name ⇒ ::String
1308 |
# File 'sig/client.rbs', line 1308
def name: () -> ::String
|
#updated_at ⇒ ::Time
1317 |
# File 'sig/client.rbs', line 1317
def updated_at: () -> ::Time
|
#variants ⇒ ::Array[Types::PromptVariant]
1312 |
# File 'sig/client.rbs', line 1312
def variants: () -> ::Array[Types::PromptVariant]
|
#version ⇒ ::String
1315 |
# File 'sig/client.rbs', line 1315
def version: () -> ::String
|