Class: Aws::Types::CreateProductRestEndpointPageRequestContent
- Inherits:
-
Object
- Object
- Aws::Types::CreateProductRestEndpointPageRequestContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_content ⇒ Types::EndpointDisplayContent
Returns the value of attribute display_content.
-
#rest_endpoint_identifier ⇒ Types::RestEndpointIdentifier
Returns the value of attribute rest_endpoint_identifier.
-
#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.
564 565 566 |
# File 'sig/types.rbs', line 564 def display_content @display_content end |
#rest_endpoint_identifier ⇒ Types::RestEndpointIdentifier
Returns the value of attribute rest_endpoint_identifier.
565 566 567 |
# File 'sig/types.rbs', line 565 def rest_endpoint_identifier @rest_endpoint_identifier end |
#try_it_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute try_it_state.
566 567 568 |
# File 'sig/types.rbs', line 566 def try_it_state @try_it_state end |