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
2499 |
# File 'sig/client.rbs', line 2499
def arn: () -> ::String
|
#created_time ⇒ ::Time
2506 |
# File 'sig/client.rbs', line 2506
def created_time: () -> ::Time
|
#description ⇒ ::String
2502 |
# File 'sig/client.rbs', line 2502
def description: () -> ::String
|
#flow_id ⇒ ::String
2500 |
# File 'sig/client.rbs', line 2500
def flow_id: () -> ::String
|
#last_updated_time ⇒ ::Time
2507 |
# File 'sig/client.rbs', line 2507
def last_updated_time: () -> ::Time
|
#name ⇒ ::String
2501 |
# File 'sig/client.rbs', line 2501
def name: () -> ::String
|
#publish_state ⇒ "PUBLISHED", ...
2503 |
# File 'sig/client.rbs', line 2503
def publish_state: () -> ("PUBLISHED" | "DRAFT" | "PENDING_APPROVAL")
|
#request_id ⇒ ::String
2508 |
# File 'sig/client.rbs', line 2508
def request_id: () -> ::String
|
#run_count ⇒ ::Integer
2505 |
# File 'sig/client.rbs', line 2505
def run_count: () -> ::Integer
|
#status ⇒ ::Integer
2509 |
# File 'sig/client.rbs', line 2509
def status: () -> ::Integer
|
#user_count ⇒ ::Integer
2504 |
# File 'sig/client.rbs', line 2504
def user_count: () -> ::Integer
|