Class: Aws::Types::ConnectAction
- Inherits:
-
Object
- Object
- Aws::Types::ConnectAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
Instance Attribute Details
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
110 111 112 |
# File 'sig/types.rbs', line 110 def iam_role_arn @iam_role_arn end |
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
109 110 111 |
# File 'sig/types.rbs', line 109 def instance_arn @instance_arn end |