Module: Aws::BedrockAgent::Client::_GetPromptResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetPromptResponse]
- 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
718 |
# File 'sig/client.rbs', line 718
def arn: () -> ::String
|
#created_at ⇒ ::Time
720 |
# File 'sig/client.rbs', line 720
def created_at: () -> ::Time
|
#customer_encryption_key_arn ⇒ ::String
714 |
# File 'sig/client.rbs', line 714
def customer_encryption_key_arn: () -> ::String
|
#default_variant ⇒ ::String
715 |
# File 'sig/client.rbs', line 715
def default_variant: () -> ::String
|
#description ⇒ ::String
713 |
# File 'sig/client.rbs', line 713
def description: () -> ::String
|
#id ⇒ ::String
717 |
# File 'sig/client.rbs', line 717
def id: () -> ::String
|
#name ⇒ ::String
712 |
# File 'sig/client.rbs', line 712
def name: () -> ::String
|
#updated_at ⇒ ::Time
721 |
# File 'sig/client.rbs', line 721
def updated_at: () -> ::Time
|
#variants ⇒ ::Array[Types::PromptVariant]
716 |
# File 'sig/client.rbs', line 716
def variants: () -> ::Array[Types::PromptVariant]
|
#version ⇒ ::String
719 |
# File 'sig/client.rbs', line 719
def version: () -> ::String
|