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
2543 |
# File 'sig/client.rbs', line 2543
def arn: () -> ::String
|
#created_time ⇒ ::Time
2550 |
# File 'sig/client.rbs', line 2550
def created_time: () -> ::Time
|
#description ⇒ ::String
2546 |
# File 'sig/client.rbs', line 2546
def description: () -> ::String
|
#flow_id ⇒ ::String
2544 |
# File 'sig/client.rbs', line 2544
def flow_id: () -> ::String
|
#last_updated_time ⇒ ::Time
2551 |
# File 'sig/client.rbs', line 2551
def last_updated_time: () -> ::Time
|
#name ⇒ ::String
2545 |
# File 'sig/client.rbs', line 2545
def name: () -> ::String
|
#publish_state ⇒ "PUBLISHED", ...
2547 |
# File 'sig/client.rbs', line 2547
def publish_state: () -> ("PUBLISHED" | "DRAFT" | "PENDING_APPROVAL")
|
#request_id ⇒ ::String
2552 |
# File 'sig/client.rbs', line 2552
def request_id: () -> ::String
|
#run_count ⇒ ::Integer
2549 |
# File 'sig/client.rbs', line 2549
def run_count: () -> ::Integer
|
#status ⇒ ::Integer
2553 |
# File 'sig/client.rbs', line 2553
def status: () -> ::Integer
|
#user_count ⇒ ::Integer
2548 |
# File 'sig/client.rbs', line 2548
def user_count: () -> ::Integer
|