Class: Aws::Types::UpdatePortalResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePortalResponse
- 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.
-
#preview ⇒ Types::Preview
Returns the value of attribute preview.
-
#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.
2541 2542 2543 |
# File 'sig/types.rbs', line 2541 def @authorization end |
#endpoint_configuration ⇒ Types::EndpointConfigurationResponse
Returns the value of attribute endpoint_configuration.
2542 2543 2544 |
# File 'sig/types.rbs', line 2542 def endpoint_configuration @endpoint_configuration end |
#included_portal_product_arns ⇒ ::Array[::String]
Returns the value of attribute included_portal_product_arns.
2543 2544 2545 |
# File 'sig/types.rbs', line 2543 def included_portal_product_arns @included_portal_product_arns end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
2544 2545 2546 |
# File 'sig/types.rbs', line 2544 def last_modified @last_modified end |
#last_published ⇒ ::Time
Returns the value of attribute last_published.
2545 2546 2547 |
# File 'sig/types.rbs', line 2545 def last_published @last_published end |
#last_published_description ⇒ ::String
Returns the value of attribute last_published_description.
2546 2547 2548 |
# File 'sig/types.rbs', line 2546 def last_published_description @last_published_description end |
#portal_arn ⇒ ::String
Returns the value of attribute portal_arn.
2547 2548 2549 |
# File 'sig/types.rbs', line 2547 def portal_arn @portal_arn end |
#portal_content ⇒ Types::PortalContent
Returns the value of attribute portal_content.
2548 2549 2550 |
# File 'sig/types.rbs', line 2548 def portal_content @portal_content end |
#portal_id ⇒ ::String
Returns the value of attribute portal_id.
2549 2550 2551 |
# File 'sig/types.rbs', line 2549 def portal_id @portal_id end |
#preview ⇒ Types::Preview
Returns the value of attribute preview.
2550 2551 2552 |
# File 'sig/types.rbs', line 2550 def preview @preview end |
#publish_status ⇒ "PUBLISHED", ...
Returns the value of attribute publish_status.
2551 2552 2553 |
# File 'sig/types.rbs', line 2551 def publish_status @publish_status end |
#rum_app_monitor_name ⇒ ::String
Returns the value of attribute rum_app_monitor_name.
2552 2553 2554 |
# File 'sig/types.rbs', line 2552 def rum_app_monitor_name @rum_app_monitor_name end |
#status_exception ⇒ Types::StatusException
Returns the value of attribute status_exception.
2553 2554 2555 |
# File 'sig/types.rbs', line 2553 def status_exception @status_exception end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2554 2555 2556 |
# File 'sig/types.rbs', line 2554 def @tags end |