Class: Aws::Types::CreateProductRestEndpointPageRequestContent

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.



564
565
566
# File 'sig/types.rbs', line 564

def display_content
  @display_content
end

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

Returns:

  • ("ENABLED", "DISABLED")


566
567
568
# File 'sig/types.rbs', line 566

def try_it_state
  @try_it_state
end