Class: Aws::Types::PortalSummary
- Inherits:
-
Object
- Object
- Aws::Types::PortalSummary
- 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.
1860 1861 1862 |
# File 'sig/types.rbs', line 1860 def end |
#endpoint_configuration ⇒ Types::EndpointConfigurationResponse
Returns the value of attribute endpoint_configuration.
1861 1862 1863 |
# File 'sig/types.rbs', line 1861 def endpoint_configuration @endpoint_configuration end |
#included_portal_product_arns ⇒ ::Array[::String]
Returns the value of attribute included_portal_product_arns.
1862 1863 1864 |
# File 'sig/types.rbs', line 1862 def included_portal_product_arns @included_portal_product_arns end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
1863 1864 1865 |
# File 'sig/types.rbs', line 1863 def last_modified @last_modified end |
#last_published ⇒ ::Time
Returns the value of attribute last_published.
1864 1865 1866 |
# File 'sig/types.rbs', line 1864 def last_published @last_published end |
#last_published_description ⇒ ::String
Returns the value of attribute last_published_description.
1865 1866 1867 |
# File 'sig/types.rbs', line 1865 def last_published_description @last_published_description end |
#portal_arn ⇒ ::String
Returns the value of attribute portal_arn.
1866 1867 1868 |
# File 'sig/types.rbs', line 1866 def portal_arn @portal_arn end |
#portal_content ⇒ Types::PortalContent
Returns the value of attribute portal_content.
1867 1868 1869 |
# File 'sig/types.rbs', line 1867 def portal_content @portal_content end |
#portal_id ⇒ ::String
Returns the value of attribute portal_id.
1868 1869 1870 |
# File 'sig/types.rbs', line 1868 def portal_id @portal_id end |
#preview ⇒ Types::Preview
Returns the value of attribute preview.
1869 1870 1871 |
# File 'sig/types.rbs', line 1869 def preview @preview end |
#publish_status ⇒ "PUBLISHED", ...
Returns the value of attribute publish_status.
1870 1871 1872 |
# File 'sig/types.rbs', line 1870 def publish_status @publish_status end |
#rum_app_monitor_name ⇒ ::String
Returns the value of attribute rum_app_monitor_name.
1871 1872 1873 |
# File 'sig/types.rbs', line 1871 def rum_app_monitor_name @rum_app_monitor_name end |
#status_exception ⇒ Types::StatusException
Returns the value of attribute status_exception.
1872 1873 1874 |
# File 'sig/types.rbs', line 1872 def status_exception @status_exception end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1873 1874 1875 |
# File 'sig/types.rbs', line 1873 def end |