Module: Aws::BedrockAgent::Client::_CreatePromptVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreatePromptVersionResponse]
- 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
347 |
# File 'sig/client.rbs', line 347
def arn: () -> ::String
|
#created_at ⇒ ::Time
349 |
# File 'sig/client.rbs', line 349
def created_at: () -> ::Time
|
#customer_encryption_key_arn ⇒ ::String
343 |
# File 'sig/client.rbs', line 343
def customer_encryption_key_arn: () -> ::String
|
#default_variant ⇒ ::String
344 |
# File 'sig/client.rbs', line 344
def default_variant: () -> ::String
|
#description ⇒ ::String
342 |
# File 'sig/client.rbs', line 342
def description: () -> ::String
|
#id ⇒ ::String
346 |
# File 'sig/client.rbs', line 346
def id: () -> ::String
|
#name ⇒ ::String
341 |
# File 'sig/client.rbs', line 341
def name: () -> ::String
|
#updated_at ⇒ ::Time
350 |
# File 'sig/client.rbs', line 350
def updated_at: () -> ::Time
|
#variants ⇒ ::Array[Types::PromptVariant]
345 |
# File 'sig/client.rbs', line 345
def variants: () -> ::Array[Types::PromptVariant]
|
#version ⇒ ::String
348 |
# File 'sig/client.rbs', line 348
def version: () -> ::String
|