Class: Aws::Types::IngressPathSummary
- Inherits:
-
Object
- Object
- Aws::Types::IngressPathSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_type ⇒ "PUBLIC", "PRIVATE"
Returns the value of attribute access_type.
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
Instance Attribute Details
#access_type ⇒ "PUBLIC", "PRIVATE"
Returns the value of attribute access_type.
1391 1392 1393 |
# File 'sig/types.rbs', line 1391 def access_type @access_type end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
1392 1393 1394 |
# File 'sig/types.rbs', line 1392 def endpoint @endpoint end |