Class: Aws::Types::PackageVersionOrigin

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_entry_pointTypes::DomainEntryPoint

Returns the value of attribute domain_entry_point.



767
768
769
# File 'sig/types.rbs', line 767

def domain_entry_point
  @domain_entry_point
end

#origin_type"INTERNAL", ...

Returns the value of attribute origin_type.

Returns:

  • ("INTERNAL", "EXTERNAL", "UNKNOWN")


768
769
770
# File 'sig/types.rbs', line 768

def origin_type
  @origin_type
end