Class: Aws::Types::ResetOriginEndpointStateRequest
- Inherits:
-
Object
- Object
- Aws::Types::ResetOriginEndpointStateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_group_name ⇒ ::String
Returns the value of attribute channel_group_name.
-
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
-
#origin_endpoint_name ⇒ ::String
Returns the value of attribute origin_endpoint_name.
Instance Attribute Details
#channel_group_name ⇒ ::String
Returns the value of attribute channel_group_name.
801 802 803 |
# File 'sig/types.rbs', line 801 def channel_group_name @channel_group_name end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
802 803 804 |
# File 'sig/types.rbs', line 802 def channel_name @channel_name end |
#origin_endpoint_name ⇒ ::String
Returns the value of attribute origin_endpoint_name.
803 804 805 |
# File 'sig/types.rbs', line 803 def origin_endpoint_name @origin_endpoint_name end |