Module: Aws::QuickSight::Client::_UpdateFlowPermissionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateFlowPermissionsOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #flow_id ⇒ ::String
- #permissions ⇒ ::Array[Types::Permission]
- #request_id ⇒ ::String
- #status ⇒ ::Integer
Instance Method Details
#arn ⇒ ::String
4557 |
# File 'sig/client.rbs', line 4557
def arn: () -> ::String
|
#flow_id ⇒ ::String
4560 |
# File 'sig/client.rbs', line 4560
def flow_id: () -> ::String
|
#permissions ⇒ ::Array[Types::Permission]
4558 |
# File 'sig/client.rbs', line 4558
def permissions: () -> ::Array[Types::Permission]
|
#request_id ⇒ ::String
4559 |
# File 'sig/client.rbs', line 4559
def request_id: () -> ::String
|
#status ⇒ ::Integer
4556 |
# File 'sig/client.rbs', line 4556
def status: () -> ::Integer
|