Class: Aws::Types::ConnectClientAddIn
- Inherits:
-
Object
- Object
- Aws::Types::ConnectClientAddIn
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_in_id ⇒ ::String
Returns the value of attribute add_in_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#add_in_id ⇒ ::String
Returns the value of attribute add_in_id.
193 194 195 |
# File 'sig/types.rbs', line 193 def add_in_id @add_in_id end |
#name ⇒ ::String
Returns the value of attribute name.
195 196 197 |
# File 'sig/types.rbs', line 195 def name @name end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
194 195 196 |
# File 'sig/types.rbs', line 194 def resource_id @resource_id end |
#url ⇒ ::String
Returns the value of attribute url.
196 197 198 |
# File 'sig/types.rbs', line 196 def url @url end |