Class: Aws::Types::UpdateActionConnectorPermissionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateActionConnectorPermissionsResponse
- 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.
11876 11877 11878 |
# File 'sig/types.rbs', line 11876 def action_connector_id @action_connector_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
11875 11876 11877 |
# File 'sig/types.rbs', line 11875 def arn @arn end |
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
11879 11880 11881 |
# File 'sig/types.rbs', line 11879 def @permissions end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
11877 11878 11879 |
# File 'sig/types.rbs', line 11877 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
11878 11879 11880 |
# File 'sig/types.rbs', line 11878 def status @status end |