Class: Aws::Types::DeleteRepositoryRequest

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)


196
197
198
# File 'sig/types.rbs', line 196

def domain
  @domain
end

#domain_owner::String

Returns the value of attribute domain_owner.

Returns:

  • (::String)


197
198
199
# File 'sig/types.rbs', line 197

def domain_owner
  @domain_owner
end

#repository::String

Returns the value of attribute repository.

Returns:

  • (::String)


198
199
200
# File 'sig/types.rbs', line 198

def repository
  @repository
end