Module: Aws::BedrockAgent::Client::_CreatePromptResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreatePromptResponse]
- 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
320 |
# File 'sig/client.rbs', line 320
def arn: () -> ::String
|
#created_at ⇒ ::Time
322 |
# File 'sig/client.rbs', line 322
def created_at: () -> ::Time
|
#customer_encryption_key_arn ⇒ ::String
316 |
# File 'sig/client.rbs', line 316
def customer_encryption_key_arn: () -> ::String
|
#default_variant ⇒ ::String
317 |
# File 'sig/client.rbs', line 317
def default_variant: () -> ::String
|
#description ⇒ ::String
315 |
# File 'sig/client.rbs', line 315
def description: () -> ::String
|
#id ⇒ ::String
319 |
# File 'sig/client.rbs', line 319
def id: () -> ::String
|
#name ⇒ ::String
314 |
# File 'sig/client.rbs', line 314
def name: () -> ::String
|
#updated_at ⇒ ::Time
323 |
# File 'sig/client.rbs', line 323
def updated_at: () -> ::Time
|
#variants ⇒ ::Array[Types::PromptVariant]
318 |
# File 'sig/client.rbs', line 318
def variants: () -> ::Array[Types::PromptVariant]
|
#version ⇒ ::String
321 |
# File 'sig/client.rbs', line 321
def version: () -> ::String
|