Module: Aws::ApiGatewayV2::Client::_UpdatePortalResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdatePortalResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #authorization ⇒ Types::Authorization
- #endpoint_configuration ⇒ Types::EndpointConfigurationResponse
- #included_portal_product_arns ⇒ ::Array[::String]
- #last_modified ⇒ ::Time
- #last_published ⇒ ::Time
- #last_published_description ⇒ ::String
- #portal_arn ⇒ ::String
- #portal_content ⇒ Types::PortalContent
- #portal_id ⇒ ::String
- #preview ⇒ Types::Preview
- #publish_status ⇒ "PUBLISHED", ...
- #rum_app_monitor_name ⇒ ::String
- #status_exception ⇒ Types::StatusException
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#authorization ⇒ Types::Authorization
1660 |
# File 'sig/client.rbs', line 1660
def authorization: () -> Types::Authorization
|
#endpoint_configuration ⇒ Types::EndpointConfigurationResponse
1661 |
# File 'sig/client.rbs', line 1661
def endpoint_configuration: () -> Types::EndpointConfigurationResponse
|
#included_portal_product_arns ⇒ ::Array[::String]
1662 |
# File 'sig/client.rbs', line 1662
def included_portal_product_arns: () -> ::Array[::String]
|
#last_modified ⇒ ::Time
1663 |
# File 'sig/client.rbs', line 1663
def last_modified: () -> ::Time
|
#last_published ⇒ ::Time
1664 |
# File 'sig/client.rbs', line 1664
def last_published: () -> ::Time
|
#last_published_description ⇒ ::String
1665 |
# File 'sig/client.rbs', line 1665
def last_published_description: () -> ::String
|
#portal_arn ⇒ ::String
1666 |
# File 'sig/client.rbs', line 1666
def portal_arn: () -> ::String
|
#portal_content ⇒ Types::PortalContent
1667 |
# File 'sig/client.rbs', line 1667
def portal_content: () -> Types::PortalContent
|
#portal_id ⇒ ::String
1668 |
# File 'sig/client.rbs', line 1668
def portal_id: () -> ::String
|
#publish_status ⇒ "PUBLISHED", ...
1670 |
# File 'sig/client.rbs', line 1670
def publish_status: () -> ("PUBLISHED" | "PUBLISH_IN_PROGRESS" | "PUBLISH_FAILED" | "DISABLE_IN_PROGRESS" | "DISABLE_FAILED" | "DISABLED")
|
#rum_app_monitor_name ⇒ ::String
1671 |
# File 'sig/client.rbs', line 1671
def rum_app_monitor_name: () -> ::String
|
#status_exception ⇒ Types::StatusException
1672 |
# File 'sig/client.rbs', line 1672
def status_exception: () -> Types::StatusException
|
#tags ⇒ ::Hash[::String, ::String]
1673 |
# File 'sig/client.rbs', line 1673
def tags: () -> ::Hash[::String, ::String]
|