Class: Aws::Types::AssociateExternalConnectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateExternalConnectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
-
#external_connection ⇒ ::String
Returns the value of attribute external_connection.
-
#repository ⇒ ::String
Returns the value of attribute repository.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
24 25 26 |
# File 'sig/types.rbs', line 24 def domain @domain end |
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
25 26 27 |
# File 'sig/types.rbs', line 25 def domain_owner @domain_owner end |
#external_connection ⇒ ::String
Returns the value of attribute external_connection.
27 28 29 |
# File 'sig/types.rbs', line 27 def external_connection @external_connection end |
#repository ⇒ ::String
Returns the value of attribute repository.
26 27 28 |
# File 'sig/types.rbs', line 26 def repository @repository end |