Module: Aws::QuickSight::Client::_GetFlowMetadataResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetFlowMetadataOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_time ⇒ ::Time
- #description ⇒ ::String
- #flow_id ⇒ ::String
- #last_updated_time ⇒ ::Time
- #name ⇒ ::String
- #publish_state ⇒ "PUBLISHED", ...
- #request_id ⇒ ::String
- #run_count ⇒ ::Integer
- #status ⇒ ::Integer
- #user_count ⇒ ::Integer
Instance Method Details
#arn ⇒ ::String
2540 |
# File 'sig/client.rbs', line 2540
def arn: () -> ::String
|
#created_time ⇒ ::Time
2547 |
# File 'sig/client.rbs', line 2547
def created_time: () -> ::Time
|
#description ⇒ ::String
2543 |
# File 'sig/client.rbs', line 2543
def description: () -> ::String
|
#flow_id ⇒ ::String
2541 |
# File 'sig/client.rbs', line 2541
def flow_id: () -> ::String
|
#last_updated_time ⇒ ::Time
2548 |
# File 'sig/client.rbs', line 2548
def last_updated_time: () -> ::Time
|
#name ⇒ ::String
2542 |
# File 'sig/client.rbs', line 2542
def name: () -> ::String
|
#publish_state ⇒ "PUBLISHED", ...
2544 |
# File 'sig/client.rbs', line 2544
def publish_state: () -> ("PUBLISHED" | "DRAFT" | "PENDING_APPROVAL")
|
#request_id ⇒ ::String
2549 |
# File 'sig/client.rbs', line 2549
def request_id: () -> ::String
|
#run_count ⇒ ::Integer
2546 |
# File 'sig/client.rbs', line 2546
def run_count: () -> ::Integer
|
#status ⇒ ::Integer
2550 |
# File 'sig/client.rbs', line 2550
def status: () -> ::Integer
|
#user_count ⇒ ::Integer
2545 |
# File 'sig/client.rbs', line 2545
def user_count: () -> ::Integer
|