Class: Aws::Types::GetFlowPermissionsOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetFlowPermissionsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
-
#permissions ⇒ ::Array[Types::Permission]
Returns the value of attribute permissions.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
6409 6410 6411 |
# File 'sig/types.rbs', line 6409 def arn @arn end |
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
6410 6411 6412 |
# File 'sig/types.rbs', line 6410 def flow_id @flow_id end |
#permissions ⇒ ::Array[Types::Permission]
Returns the value of attribute permissions.
6411 6412 6413 |
# File 'sig/types.rbs', line 6411 def @permissions end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
6412 6413 6414 |
# File 'sig/types.rbs', line 6412 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
6413 6414 6415 |
# File 'sig/types.rbs', line 6413 def status @status end |