Class: Aws::Types::DescribeActionConnectorPermissionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeActionConnectorPermissionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_connector_id ⇒ ::String
Returns the value of attribute action_connector_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#permissions ⇒ ::Array[Types::ResourcePermission]
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
#action_connector_id ⇒ ::String
Returns the value of attribute action_connector_id.
4298 4299 4300 |
# File 'sig/types.rbs', line 4298 def action_connector_id @action_connector_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
4297 4298 4299 |
# File 'sig/types.rbs', line 4297 def arn @arn end |
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
4299 4300 4301 |
# File 'sig/types.rbs', line 4299 def @permissions end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4300 4301 4302 |
# File 'sig/types.rbs', line 4300 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4301 4302 4303 |
# File 'sig/types.rbs', line 4301 def status @status end |