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

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, for example myrepos/myrepo.

Returns:

  • (String)


2922
2923
2924
2925
2926
2927
# File 'gems/aws-sdk-proton/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 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2922

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