Module: Aws::BedrockAgent::Client::_GetFlowResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetFlowResponse]
- 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", ...
- #updated_at ⇒ ::Time
- #validations ⇒ ::Array[Types::FlowValidation]
- #version ⇒ ::String
Instance Method Details
#arn ⇒ ::String
619 |
# File 'sig/client.rbs', line 619
def arn: () -> ::String
|
#created_at ⇒ ::Time
621 |
# File 'sig/client.rbs', line 621
def created_at: () -> ::Time
|
#customer_encryption_key_arn ⇒ ::String
617 |
# File 'sig/client.rbs', line 617
def customer_encryption_key_arn: () -> ::String
|
#definition ⇒ Types::FlowDefinition
624 |
# File 'sig/client.rbs', line 624
def definition: () -> Types::FlowDefinition
|
#description ⇒ ::String
615 |
# File 'sig/client.rbs', line 615
def description: () -> ::String
|
#execution_role_arn ⇒ ::String
616 |
# File 'sig/client.rbs', line 616
def execution_role_arn: () -> ::String
|
#id ⇒ ::String
618 |
# File 'sig/client.rbs', line 618
def id: () -> ::String
|
#name ⇒ ::String
614 |
# File 'sig/client.rbs', line 614
def name: () -> ::String
|
#status ⇒ "Failed", ...
620 |
# File 'sig/client.rbs', line 620
def status: () -> ("Failed" | "Prepared" | "Preparing" | "NotPrepared")
|
#updated_at ⇒ ::Time
622 |
# File 'sig/client.rbs', line 622
def updated_at: () -> ::Time
|
#validations ⇒ ::Array[Types::FlowValidation]
625 |
# File 'sig/client.rbs', line 625
def validations: () -> ::Array[Types::FlowValidation]
|
#version ⇒ ::String
623 |
# File 'sig/client.rbs', line 623
def version: () -> ::String
|