Class: Aws::Proton::Types::DeleteRepositoryInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::DeleteRepositoryInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The repository name.
-
#provider ⇒ String
The repository provider.
Instance Attribute Details
#name ⇒ String
The repository name.
1617 1618 1619 1620 1621 1622 |
# File 'lib/aws-sdk-proton/types.rb', line 1617 class DeleteRepositoryInput < Struct.new( :name, :provider) SENSITIVE = [] include Aws::Structure end |
#provider ⇒ String
The repository provider.
1617 1618 1619 1620 1621 1622 |
# File 'lib/aws-sdk-proton/types.rb', line 1617 class DeleteRepositoryInput < Struct.new( :name, :provider) SENSITIVE = [] include Aws::Structure end |