Class: Aws::Types::GetRepositoryEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetRepositoryEndpointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
-
#endpoint_type ⇒ "dualstack", "ipv4"
Returns the value of attribute endpoint_type.
-
#format ⇒ "npm", ...
Returns the value of attribute format.
-
#repository ⇒ ::String
Returns the value of attribute repository.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
416 417 418 |
# File 'sig/types.rbs', line 416 def domain @domain end |
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
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.
420 421 422 |
# File 'sig/types.rbs', line 420 def endpoint_type @endpoint_type end |
#format ⇒ "npm", ...
Returns the value of attribute format.
419 420 421 |
# File 'sig/types.rbs', line 419 def format @format end |
#repository ⇒ ::String
Returns the value of attribute repository.
418 419 420 |
# File 'sig/types.rbs', line 418 def repository @repository end |