Class: Aws::Types::GetRepositoryEndpointRequest

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)


416
417
418
# File 'sig/types.rbs', line 416

def domain
  @domain
end

#domain_owner::String

Returns the value of attribute domain_owner.

Returns:

  • (::String)


417
418
419
# File 'sig/types.rbs', line 417

def domain_owner
  @domain_owner
end

#endpoint_type"dualstack", "ipv4"

Returns the value of attribute endpoint_type.

Returns:

  • ("dualstack", "ipv4")


420
421
422
# File 'sig/types.rbs', line 420

def endpoint_type
  @endpoint_type
end

#format"npm", ...

Returns the value of attribute format.

Returns:

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


419
420
421
# File 'sig/types.rbs', line 419

def format
  @format
end

#repository::String

Returns the value of attribute repository.

Returns:

  • (::String)


418
419
420
# File 'sig/types.rbs', line 418

def repository
  @repository
end