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
2795 |
# File 'sig/client.rbs', line 2795
def arn: () -> ::String
|
#created_time ⇒ ::Time
2802 |
# File 'sig/client.rbs', line 2802
def created_time: () -> ::Time
|
#description ⇒ ::String
2798 |
# File 'sig/client.rbs', line 2798
def description: () -> ::String
|
#flow_id ⇒ ::String
2796 |
# File 'sig/client.rbs', line 2796
def flow_id: () -> ::String
|
#last_updated_time ⇒ ::Time
2803 |
# File 'sig/client.rbs', line 2803
def last_updated_time: () -> ::Time
|
#name ⇒ ::String
2797 |
# File 'sig/client.rbs', line 2797
def name: () -> ::String
|
#publish_state ⇒ "PUBLISHED", ...
2799 |
# File 'sig/client.rbs', line 2799
def publish_state: () -> ("PUBLISHED" | "DRAFT" | "PENDING_APPROVAL")
|
#request_id ⇒ ::String
2804 |
# File 'sig/client.rbs', line 2804
def request_id: () -> ::String
|
#run_count ⇒ ::Integer
2801 |
# File 'sig/client.rbs', line 2801
def run_count: () -> ::Integer
|
#status ⇒ ::Integer
2805 |
# File 'sig/client.rbs', line 2805
def status: () -> ::Integer
|
#user_count ⇒ ::Integer
2800 |
# File 'sig/client.rbs', line 2800
def user_count: () -> ::Integer
|