Class: Aws::Types::ProductRestEndpointPageSummaryNoBody
- Inherits:
-
Object
- Object
- Aws::Types::ProductRestEndpointPageSummaryNoBody
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
-
#operation_name ⇒ ::String
Returns the value of attribute operation_name.
-
#product_rest_endpoint_page_arn ⇒ ::String
Returns the value of attribute product_rest_endpoint_page_arn.
-
#product_rest_endpoint_page_id ⇒ ::String
Returns the value of attribute product_rest_endpoint_page_id.
-
#rest_endpoint_identifier ⇒ Types::RestEndpointIdentifier
Returns the value of attribute rest_endpoint_identifier.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
-
#status_exception ⇒ Types::StatusException
Returns the value of attribute status_exception.
-
#try_it_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute try_it_state.
Instance Attribute Details
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
1907 1908 1909 |
# File 'sig/types.rbs', line 1907 def endpoint @endpoint end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
1908 1909 1910 |
# File 'sig/types.rbs', line 1908 def last_modified @last_modified end |
#operation_name ⇒ ::String
Returns the value of attribute operation_name.
1909 1910 1911 |
# File 'sig/types.rbs', line 1909 def operation_name @operation_name end |
#product_rest_endpoint_page_arn ⇒ ::String
Returns the value of attribute product_rest_endpoint_page_arn.
1910 1911 1912 |
# File 'sig/types.rbs', line 1910 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.
1911 1912 1913 |
# File 'sig/types.rbs', line 1911 def product_rest_endpoint_page_id @product_rest_endpoint_page_id end |
#rest_endpoint_identifier ⇒ Types::RestEndpointIdentifier
Returns the value of attribute rest_endpoint_identifier.
1912 1913 1914 |
# File 'sig/types.rbs', line 1912 def rest_endpoint_identifier @rest_endpoint_identifier end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
1913 1914 1915 |
# File 'sig/types.rbs', line 1913 def status @status end |
#status_exception ⇒ Types::StatusException
Returns the value of attribute status_exception.
1914 1915 1916 |
# File 'sig/types.rbs', line 1914 def status_exception @status_exception end |
#try_it_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute try_it_state.
1915 1916 1917 |
# File 'sig/types.rbs', line 1915 def try_it_state @try_it_state end |