Class: Aws::Types::CreateConnectClientAddInRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateConnectClientAddInRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#name ⇒ ::String
Returns the value of attribute name.
250 251 252 |
# File 'sig/types.rbs', line 250 def name @name end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
249 250 251 |
# File 'sig/types.rbs', line 249 def resource_id @resource_id end |
#url ⇒ ::String
Returns the value of attribute url.
251 252 253 |
# File 'sig/types.rbs', line 251 def url @url end |