Class: Aws::Types::CreatePortalResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreatePortalResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorization ⇒ Types::Authorization
Returns the value of attribute authorization.
-
#endpoint_configuration ⇒ Types::EndpointConfigurationResponse
Returns the value of attribute endpoint_configuration.
-
#included_portal_product_arns ⇒ ::Array[::String]
Returns the value of attribute included_portal_product_arns.
-
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
-
#last_published ⇒ ::Time
Returns the value of attribute last_published.
-
#last_published_description ⇒ ::String
Returns the value of attribute last_published_description.
-
#portal_arn ⇒ ::String
Returns the value of attribute portal_arn.
-
#portal_content ⇒ Types::PortalContent
Returns the value of attribute portal_content.
-
#portal_id ⇒ ::String
Returns the value of attribute portal_id.
-
#publish_status ⇒ "PUBLISHED", ...
Returns the value of attribute publish_status.
-
#rum_app_monitor_name ⇒ ::String
Returns the value of attribute rum_app_monitor_name.
-
#status_exception ⇒ Types::StatusException
Returns the value of attribute status_exception.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#authorization ⇒ Types::Authorization
Returns the value of attribute authorization.
495 496 497 |
# File 'sig/types.rbs', line 495 def end |
#endpoint_configuration ⇒ Types::EndpointConfigurationResponse
Returns the value of attribute endpoint_configuration.
496 497 498 |
# File 'sig/types.rbs', line 496 def endpoint_configuration @endpoint_configuration end |
#included_portal_product_arns ⇒ ::Array[::String]
Returns the value of attribute included_portal_product_arns.
497 498 499 |
# File 'sig/types.rbs', line 497 def included_portal_product_arns @included_portal_product_arns end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
498 499 500 |
# File 'sig/types.rbs', line 498 def last_modified @last_modified end |
#last_published ⇒ ::Time
Returns the value of attribute last_published.
499 500 501 |
# File 'sig/types.rbs', line 499 def last_published @last_published end |
#last_published_description ⇒ ::String
Returns the value of attribute last_published_description.
500 501 502 |
# File 'sig/types.rbs', line 500 def last_published_description @last_published_description end |
#portal_arn ⇒ ::String
Returns the value of attribute portal_arn.
501 502 503 |
# File 'sig/types.rbs', line 501 def portal_arn @portal_arn end |
#portal_content ⇒ Types::PortalContent
Returns the value of attribute portal_content.
502 503 504 |
# File 'sig/types.rbs', line 502 def portal_content @portal_content end |
#portal_id ⇒ ::String
Returns the value of attribute portal_id.
503 504 505 |
# File 'sig/types.rbs', line 503 def portal_id @portal_id end |
#publish_status ⇒ "PUBLISHED", ...
Returns the value of attribute publish_status.
504 505 506 |
# File 'sig/types.rbs', line 504 def publish_status @publish_status end |
#rum_app_monitor_name ⇒ ::String
Returns the value of attribute rum_app_monitor_name.
505 506 507 |
# File 'sig/types.rbs', line 505 def rum_app_monitor_name @rum_app_monitor_name end |
#status_exception ⇒ Types::StatusException
Returns the value of attribute status_exception.
506 507 508 |
# File 'sig/types.rbs', line 506 def status_exception @status_exception end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
507 508 509 |
# File 'sig/types.rbs', line 507 def end |