Class: Aws::Types::GetAssociatedPackageGroupRequest

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)


335
336
337
# File 'sig/types.rbs', line 335

def domain
  @domain
end

#domain_owner::String

Returns the value of attribute domain_owner.

Returns:

  • (::String)


336
337
338
# File 'sig/types.rbs', line 336

def domain_owner
  @domain_owner
end

#format"npm", ...

Returns the value of attribute format.

Returns:

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


337
338
339
# File 'sig/types.rbs', line 337

def format
  @format
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


338
339
340
# File 'sig/types.rbs', line 338

def namespace
  @namespace
end

#package::String

Returns the value of attribute package.

Returns:

  • (::String)


339
340
341
# File 'sig/types.rbs', line 339

def package
  @package
end