Class: Aws::Types::DisassociateExternalConnectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateExternalConnectionRequest
- 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.
274 275 276 |
# File 'sig/types.rbs', line 274 def domain @domain end |
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
275 276 277 |
# File 'sig/types.rbs', line 275 def domain_owner @domain_owner end |
#external_connection ⇒ ::String
Returns the value of attribute external_connection.
277 278 279 |
# File 'sig/types.rbs', line 277 def external_connection @external_connection end |
#repository ⇒ ::String
Returns the value of attribute repository.
276 277 278 |
# File 'sig/types.rbs', line 276 def repository @repository end |