Class: Aws::Types::GetProductRestEndpointPageResponseContent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#display_contentTypes::EndpointDisplayContentResponse

Returns the value of attribute display_content.



1427
1428
1429
# File 'sig/types.rbs', line 1427

def display_content
  @display_content
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


1428
1429
1430
# File 'sig/types.rbs', line 1428

def last_modified
  @last_modified
end

#product_rest_endpoint_page_arn::String

Returns the value of attribute product_rest_endpoint_page_arn.

Returns:

  • (::String)


1429
1430
1431
# File 'sig/types.rbs', line 1429

def product_rest_endpoint_page_arn
  @product_rest_endpoint_page_arn
end

#product_rest_endpoint_page_id::String

Returns the value of attribute product_rest_endpoint_page_id.

Returns:

  • (::String)


1430
1431
1432
# File 'sig/types.rbs', line 1430

def product_rest_endpoint_page_id
  @product_rest_endpoint_page_id
end

#raw_display_content::String

Returns the value of attribute raw_display_content.

Returns:

  • (::String)


1431
1432
1433
# File 'sig/types.rbs', line 1431

def raw_display_content
  @raw_display_content
end

#rest_endpoint_identifierTypes::RestEndpointIdentifier

Returns the value of attribute rest_endpoint_identifier.



1432
1433
1434
# File 'sig/types.rbs', line 1432

def rest_endpoint_identifier
  @rest_endpoint_identifier
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

  • ("AVAILABLE", "IN_PROGRESS", "FAILED")


1433
1434
1435
# File 'sig/types.rbs', line 1433

def status
  @status
end

#status_exceptionTypes::StatusException

Returns the value of attribute status_exception.



1434
1435
1436
# File 'sig/types.rbs', line 1434

def status_exception
  @status_exception
end

#try_it_state"ENABLED", "DISABLED"

Returns the value of attribute try_it_state.

Returns:

  • ("ENABLED", "DISABLED")


1435
1436
1437
# File 'sig/types.rbs', line 1435

def try_it_state
  @try_it_state
end