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.
1375 1376 1377 |
# File 'sig/types.rbs', line 1375 def access_type @access_type end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
1376 1377 1378 |
# File 'sig/types.rbs', line 1376 def endpoint @endpoint end |