Class: Aws::Types::UpdateProductRestEndpointPageRequestContent
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProductRestEndpointPageRequestContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_content ⇒ Types::EndpointDisplayContent
Returns the value of attribute display_content.
-
#try_it_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute try_it_state.
Instance Attribute Details
#display_content ⇒ Types::EndpointDisplayContent
Returns the value of attribute display_content.
2613 2614 2615 |
# File 'sig/types.rbs', line 2613 def display_content @display_content end |
#try_it_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute try_it_state.
2614 2615 2616 |
# File 'sig/types.rbs', line 2614 def try_it_state @try_it_state end |