Class: Aws::Proton::Types::DeleteRepositoryInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The repository name.

Returns:

  • (String)


1617
1618
1619
1620
1621
1622
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1617

class DeleteRepositoryInput < Struct.new(
  :name,
  :provider)
  SENSITIVE = []
  include Aws::Structure
end

#providerString

The repository provider.

Returns:

  • (String)


1617
1618
1619
1620
1621
1622
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1617

class DeleteRepositoryInput < Struct.new(
  :name,
  :provider)
  SENSITIVE = []
  include Aws::Structure
end