Module: Aws::ApiGatewayV2::Client::_CreatePortalResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreatePortalResponse]
- 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
- #publish_status ⇒ "PUBLISHED", ...
- #rum_app_monitor_name ⇒ ::String
- #status_exception ⇒ Types::StatusException
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#authorization ⇒ Types::Authorization
300 |
# File 'sig/client.rbs', line 300
def authorization: () -> Types::Authorization
|
#endpoint_configuration ⇒ Types::EndpointConfigurationResponse
301 |
# File 'sig/client.rbs', line 301
def endpoint_configuration: () -> Types::EndpointConfigurationResponse
|
#included_portal_product_arns ⇒ ::Array[::String]
302 |
# File 'sig/client.rbs', line 302
def included_portal_product_arns: () -> ::Array[::String]
|
#last_modified ⇒ ::Time
303 |
# File 'sig/client.rbs', line 303
def last_modified: () -> ::Time
|
#last_published ⇒ ::Time
304 |
# File 'sig/client.rbs', line 304
def last_published: () -> ::Time
|
#last_published_description ⇒ ::String
305 |
# File 'sig/client.rbs', line 305
def last_published_description: () -> ::String
|
#portal_arn ⇒ ::String
306 |
# File 'sig/client.rbs', line 306
def portal_arn: () -> ::String
|
#portal_content ⇒ Types::PortalContent
307 |
# File 'sig/client.rbs', line 307
def portal_content: () -> Types::PortalContent
|
#portal_id ⇒ ::String
308 |
# File 'sig/client.rbs', line 308
def portal_id: () -> ::String
|
#publish_status ⇒ "PUBLISHED", ...
309 |
# File 'sig/client.rbs', line 309
def publish_status: () -> ("PUBLISHED" | "PUBLISH_IN_PROGRESS" | "PUBLISH_FAILED" | "DISABLE_IN_PROGRESS" | "DISABLE_FAILED" | "DISABLED")
|
#rum_app_monitor_name ⇒ ::String
310 |
# File 'sig/client.rbs', line 310
def rum_app_monitor_name: () -> ::String
|
#status_exception ⇒ Types::StatusException
311 |
# File 'sig/client.rbs', line 311
def status_exception: () -> Types::StatusException
|
#tags ⇒ ::Hash[::String, ::String]
312 |
# File 'sig/client.rbs', line 312
def tags: () -> ::Hash[::String, ::String]
|