Class: Aws::Types::DisassociateExternalConnectionRequest

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:

  • (::String)


274
275
276
# File 'sig/types.rbs', line 274

def domain
  @domain
end

#domain_owner::String

Returns the value of attribute domain_owner.

Returns:

  • (::String)


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.

Returns:

  • (::String)


277
278
279
# File 'sig/types.rbs', line 277

def external_connection
  @external_connection
end

#repository::String

Returns the value of attribute repository.

Returns:

  • (::String)


276
277
278
# File 'sig/types.rbs', line 276

def repository
  @repository
end