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
2613 |
# File 'sig/client.rbs', line 2613
def arn: () -> ::String
|
#created_time ⇒ ::Time
2620 |
# File 'sig/client.rbs', line 2620
def created_time: () -> ::Time
|
#description ⇒ ::String
2616 |
# File 'sig/client.rbs', line 2616
def description: () -> ::String
|
#flow_id ⇒ ::String
2614 |
# File 'sig/client.rbs', line 2614
def flow_id: () -> ::String
|
#last_updated_time ⇒ ::Time
2621 |
# File 'sig/client.rbs', line 2621
def last_updated_time: () -> ::Time
|
#name ⇒ ::String
2615 |
# File 'sig/client.rbs', line 2615
def name: () -> ::String
|
#publish_state ⇒ "PUBLISHED", ...
2617 |
# File 'sig/client.rbs', line 2617
def publish_state: () -> ("PUBLISHED" | "DRAFT" | "PENDING_APPROVAL")
|
#request_id ⇒ ::String
2622 |
# File 'sig/client.rbs', line 2622
def request_id: () -> ::String
|
#run_count ⇒ ::Integer
2619 |
# File 'sig/client.rbs', line 2619
def run_count: () -> ::Integer
|
#status ⇒ ::Integer
2623 |
# File 'sig/client.rbs', line 2623
def status: () -> ::Integer
|
#user_count ⇒ ::Integer
2618 |
# File 'sig/client.rbs', line 2618
def user_count: () -> ::Integer
|