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

#force ⇒ Boolean

Returns the value of attribute force.

Returns:

  • (Boolean)


88
89
90
# File 'sig/types.rbs', line 88

def force
  @force
end

#registry_id ⇒ ::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


86
87
88
# File 'sig/types.rbs', line 86

def registry_id
  @registry_id
end

#repository_name ⇒ ::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def repository_name
  @repository_name
end