Class: Aws::Types::CreateProductRestEndpointPageRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateProductRestEndpointPageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_content ⇒ Types::EndpointDisplayContent
Returns the value of attribute display_content.
-
#portal_product_id ⇒ ::String
Returns the value of attribute portal_product_id.
-
#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.
556 557 558 |
# File 'sig/types.rbs', line 556 def display_content @display_content end |
#portal_product_id ⇒ ::String
Returns the value of attribute portal_product_id.
557 558 559 |
# File 'sig/types.rbs', line 557 def portal_product_id @portal_product_id end |
#rest_endpoint_identifier ⇒ Types::RestEndpointIdentifier
Returns the value of attribute rest_endpoint_identifier.
558 559 560 |
# File 'sig/types.rbs', line 558 def rest_endpoint_identifier @rest_endpoint_identifier end |
#try_it_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute try_it_state.
559 560 561 |
# File 'sig/types.rbs', line 559 def try_it_state @try_it_state end |