Class: Aws::Types::PutPackageOriginConfigurationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


820
821
822
# File 'sig/types.rbs', line 820

def domain
  @domain
end

#domain_owner::String

Returns the value of attribute domain_owner.

Returns:

  • (::String)


821
822
823
# File 'sig/types.rbs', line 821

def domain_owner
  @domain_owner
end

#format"npm", ...

Returns the value of attribute format.

Returns:

  • ("npm", "pypi", "maven", "nuget", "generic", "ruby", "swift", "cargo")


823
824
825
# File 'sig/types.rbs', line 823

def format
  @format
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


824
825
826
# File 'sig/types.rbs', line 824

def namespace
  @namespace
end

#package::String

Returns the value of attribute package.

Returns:

  • (::String)


825
826
827
# File 'sig/types.rbs', line 825

def package
  @package
end

#repository::String

Returns the value of attribute repository.

Returns:

  • (::String)


822
823
824
# File 'sig/types.rbs', line 822

def repository
  @repository
end

#restrictionsTypes::PackageOriginRestrictions

Returns the value of attribute restrictions.



826
827
828
# File 'sig/types.rbs', line 826

def restrictions
  @restrictions
end