Class: Aws::Types::UpdateConnectClientAddInRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConnectClientAddInRequest
- 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.
1536 1537 1538 |
# File 'sig/types.rbs', line 1536 def add_in_id @add_in_id end |
#name ⇒ ::String
Returns the value of attribute name.
1538 1539 1540 |
# File 'sig/types.rbs', line 1538 def name @name end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1537 1538 1539 |
# File 'sig/types.rbs', line 1537 def resource_id @resource_id end |
#url ⇒ ::String
Returns the value of attribute url.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def url @url end |