Class: Aws::Types::PackageVersionOrigin
- Inherits:
-
Object
- Object
- Aws::Types::PackageVersionOrigin
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_entry_point ⇒ Types::DomainEntryPoint
Returns the value of attribute domain_entry_point.
-
#origin_type ⇒ "INTERNAL", ...
Returns the value of attribute origin_type.
Instance Attribute Details
#domain_entry_point ⇒ Types::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.
768 769 770 |
# File 'sig/types.rbs', line 768 def origin_type @origin_type end |