Class: Aws::Proton::Types::GetRepositoryInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The repository name, for example ‘myrepos/myrepo`.

Returns:

  • (String)


2922
2923
2924
2925
2926
2927
# File 'lib/aws-sdk-proton/types.rb', line 2922

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

#providerString

The repository provider.

Returns:

  • (String)


2922
2923
2924
2925
2926
2927
# File 'lib/aws-sdk-proton/types.rb', line 2922

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