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
4604 |
# File 'sig/client.rbs', line 4604
def arn: () -> ::String
|
#flow_id ⇒ ::String
4607 |
# File 'sig/client.rbs', line 4607
def flow_id: () -> ::String
|
#permissions ⇒ ::Array[Types::Permission]
4605 |
# File 'sig/client.rbs', line 4605
def permissions: () -> ::Array[Types::Permission]
|
#request_id ⇒ ::String
4606 |
# File 'sig/client.rbs', line 4606
def request_id: () -> ::String
|
#status ⇒ ::Integer
4603 |
# File 'sig/client.rbs', line 4603
def status: () -> ::Integer
|