Module: Aws::ApiGatewayV2::Client::_GetPortalResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetPortalResponse]
- 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
995 |
# File 'sig/client.rbs', line 995
def authorization: () -> Types::Authorization
|
#endpoint_configuration ⇒ Types::EndpointConfigurationResponse
996 |
# File 'sig/client.rbs', line 996
def endpoint_configuration: () -> Types::EndpointConfigurationResponse
|
#included_portal_product_arns ⇒ ::Array[::String]
997 |
# File 'sig/client.rbs', line 997
def included_portal_product_arns: () -> ::Array[::String]
|
#last_modified ⇒ ::Time
998 |
# File 'sig/client.rbs', line 998
def last_modified: () -> ::Time
|
#last_published ⇒ ::Time
999 |
# File 'sig/client.rbs', line 999
def last_published: () -> ::Time
|
#last_published_description ⇒ ::String
1000 |
# File 'sig/client.rbs', line 1000
def last_published_description: () -> ::String
|
#portal_arn ⇒ ::String
1001 |
# File 'sig/client.rbs', line 1001
def portal_arn: () -> ::String
|
#portal_content ⇒ Types::PortalContent
1002 |
# File 'sig/client.rbs', line 1002
def portal_content: () -> Types::PortalContent
|
#portal_id ⇒ ::String
1003 |
# File 'sig/client.rbs', line 1003
def portal_id: () -> ::String
|
#publish_status ⇒ "PUBLISHED", ...
1005 |
# File 'sig/client.rbs', line 1005
def publish_status: () -> ("PUBLISHED" | "PUBLISH_IN_PROGRESS" | "PUBLISH_FAILED" | "DISABLE_IN_PROGRESS" | "DISABLE_FAILED" | "DISABLED")
|
#rum_app_monitor_name ⇒ ::String
1006 |
# File 'sig/client.rbs', line 1006
def rum_app_monitor_name: () -> ::String
|
#status_exception ⇒ Types::StatusException
1007 |
# File 'sig/client.rbs', line 1007
def status_exception: () -> Types::StatusException
|
#tags ⇒ ::Hash[::String, ::String]
1008 |
# File 'sig/client.rbs', line 1008
def tags: () -> ::Hash[::String, ::String]
|