Class: Aws::Types::CreateProductRestEndpointPageRequest

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.



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.

Returns:

  • (::String)


557
558
559
# File 'sig/types.rbs', line 557

def portal_product_id
  @portal_product_id
end

#rest_endpoint_identifierTypes::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.

Returns:

  • ("ENABLED", "DISABLED")


559
560
561
# File 'sig/types.rbs', line 559

def try_it_state
  @try_it_state
end