Class: Aws::Types::RealtimeEndpointInfo
- Inherits:
-
Object
- Object
- Aws::Types::RealtimeEndpointInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#endpoint_status ⇒ "NONE", ...
Returns the value of attribute endpoint_status.
-
#endpoint_url ⇒ ::String
Returns the value of attribute endpoint_url.
-
#peak_requests_per_second ⇒ ::Integer
Returns the value of attribute peak_requests_per_second.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
572 573 574 |
# File 'sig/types.rbs', line 572 def created_at @created_at end |
#endpoint_status ⇒ "NONE", ...
Returns the value of attribute endpoint_status.
574 575 576 |
# File 'sig/types.rbs', line 574 def endpoint_status @endpoint_status end |
#endpoint_url ⇒ ::String
Returns the value of attribute endpoint_url.
573 574 575 |
# File 'sig/types.rbs', line 573 def endpoint_url @endpoint_url end |
#peak_requests_per_second ⇒ ::Integer
Returns the value of attribute peak_requests_per_second.
571 572 573 |
# File 'sig/types.rbs', line 571 def peak_requests_per_second @peak_requests_per_second end |