Class: Aws::Types::DomainEntryPoint
- Inherits:
-
Object
- Object
- Aws::Types::DomainEntryPoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#external_connection_name ⇒ ::String
Returns the value of attribute external_connection_name.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#external_connection_name ⇒ ::String
Returns the value of attribute external_connection_name.
320 321 322 |
# File 'sig/types.rbs', line 320 def external_connection_name @external_connection_name end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
319 320 321 |
# File 'sig/types.rbs', line 319 def repository_name @repository_name end |