Class: Aws::Types::AssociateExternalConnectionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#domain::String

Returns the value of attribute domain.

Returns:



24
25
26
# File 'sig/types.rbs', line 24

def domain
  @domain
end

#domain_owner::String

Returns the value of attribute domain_owner.

Returns:



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.

Returns:



27
28
29
# File 'sig/types.rbs', line 27

def external_connection
  @external_connection
end

#repository::String

Returns the value of attribute repository.

Returns:



26
27
28
# File 'sig/types.rbs', line 26

def repository
  @repository
end