Module: Aws::BedrockAgent::Client::_GetFlowVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetFlowVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_at ⇒ ::Time
- #customer_encryption_key_arn ⇒ ::String
- #definition ⇒ Types::FlowDefinition
- #description ⇒ ::String
- #execution_role_arn ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #status ⇒ "Failed", ...
- #version ⇒ ::String
Instance Method Details
#arn ⇒ ::String
660 |
# File 'sig/client.rbs', line 660
def arn: () -> ::String
|
#created_at ⇒ ::Time
662 |
# File 'sig/client.rbs', line 662
def created_at: () -> ::Time
|
#customer_encryption_key_arn ⇒ ::String
658 |
# File 'sig/client.rbs', line 658
def customer_encryption_key_arn: () -> ::String
|
#definition ⇒ Types::FlowDefinition
664 |
# File 'sig/client.rbs', line 664
def definition: () -> Types::FlowDefinition
|
#description ⇒ ::String
656 |
# File 'sig/client.rbs', line 656
def description: () -> ::String
|
#execution_role_arn ⇒ ::String
657 |
# File 'sig/client.rbs', line 657
def execution_role_arn: () -> ::String
|
#id ⇒ ::String
659 |
# File 'sig/client.rbs', line 659
def id: () -> ::String
|
#name ⇒ ::String
655 |
# File 'sig/client.rbs', line 655
def name: () -> ::String
|
#status ⇒ "Failed", ...
661 |
# File 'sig/client.rbs', line 661
def status: () -> ("Failed" | "Prepared" | "Preparing" | "NotPrepared")
|
#version ⇒ ::String
663 |
# File 'sig/client.rbs', line 663
def version: () -> ::String
|