Class: Aws::Types::FipsEndpoints
- Inherits:
-
Object
- Object
- Aws::Types::FipsEndpoints
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collection_endpoint ⇒ ::String
Returns the value of attribute collection_endpoint.
-
#dashboard_endpoint ⇒ ::String
Returns the value of attribute dashboard_endpoint.
Instance Attribute Details
#collection_endpoint ⇒ ::String
Returns the value of attribute collection_endpoint.
491 492 493 |
# File 'sig/types.rbs', line 491 def collection_endpoint @collection_endpoint end |
#dashboard_endpoint ⇒ ::String
Returns the value of attribute dashboard_endpoint.
492 493 494 |
# File 'sig/types.rbs', line 492 def dashboard_endpoint @dashboard_endpoint end |