Class: Aws::Types::ResetOriginEndpointStateResponse
- Inherits:
-
Object
- Object
- Aws::Types::ResetOriginEndpointStateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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.
-
#reset_at ⇒ ::Time
Returns the value of attribute reset_at.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
811 812 813 |
# File 'sig/types.rbs', line 811 def arn @arn end |
#channel_group_name ⇒ ::String
Returns the value of attribute channel_group_name.
808 809 810 |
# File 'sig/types.rbs', line 808 def channel_group_name @channel_group_name end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
809 810 811 |
# File 'sig/types.rbs', line 809 def channel_name @channel_name end |
#origin_endpoint_name ⇒ ::String
Returns the value of attribute origin_endpoint_name.
810 811 812 |
# File 'sig/types.rbs', line 810 def origin_endpoint_name @origin_endpoint_name end |
#reset_at ⇒ ::Time
Returns the value of attribute reset_at.
812 813 814 |
# File 'sig/types.rbs', line 812 def reset_at @reset_at end |