Class: Aws::Types::UpdateProductRestEndpointPageRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#display_contentTypes::EndpointDisplayContent

Returns the value of attribute display_content.



2605
2606
2607
# File 'sig/types.rbs', line 2605

def display_content
  @display_content
end

#portal_product_id::String

Returns the value of attribute portal_product_id.

Returns:

  • (::String)


2606
2607
2608
# File 'sig/types.rbs', line 2606

def portal_product_id
  @portal_product_id
end

#product_rest_endpoint_page_id::String

Returns the value of attribute product_rest_endpoint_page_id.

Returns:

  • (::String)


2607
2608
2609
# File 'sig/types.rbs', line 2607

def product_rest_endpoint_page_id
  @product_rest_endpoint_page_id
end

#try_it_state"ENABLED", "DISABLED"

Returns the value of attribute try_it_state.

Returns:

  • ("ENABLED", "DISABLED")


2608
2609
2610
# File 'sig/types.rbs', line 2608

def try_it_state
  @try_it_state
end