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
4598 |
# File 'sig/client.rbs', line 4598
def arn: () -> ::String
|
#flow_id ⇒ ::String
4601 |
# File 'sig/client.rbs', line 4601
def flow_id: () -> ::String
|
#permissions ⇒ ::Array[Types::Permission]
4599 |
# File 'sig/client.rbs', line 4599
def permissions: () -> ::Array[Types::Permission]
|
#request_id ⇒ ::String
4600 |
# File 'sig/client.rbs', line 4600
def request_id: () -> ::String
|
#status ⇒ ::Integer
4597 |
# File 'sig/client.rbs', line 4597
def status: () -> ::Integer
|