Class: Aws::Types::CreatePortalRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePortalRequest
- 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::EndpointConfigurationRequest
Returns the value of attribute endpoint_configuration.
-
#included_portal_product_arns ⇒ ::Array[::String]
Returns the value of attribute included_portal_product_arns.
-
#logo_uri ⇒ ::String
Returns the value of attribute logo_uri.
-
#portal_content ⇒ Types::PortalContent
Returns the value of attribute portal_content.
-
#rum_app_monitor_name ⇒ ::String
Returns the value of attribute rum_app_monitor_name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#authorization ⇒ Types::Authorization
Returns the value of attribute authorization.
473 474 475 |
# File 'sig/types.rbs', line 473 def @authorization end |
#endpoint_configuration ⇒ Types::EndpointConfigurationRequest
Returns the value of attribute endpoint_configuration.
474 475 476 |
# File 'sig/types.rbs', line 474 def endpoint_configuration @endpoint_configuration end |
#included_portal_product_arns ⇒ ::Array[::String]
Returns the value of attribute included_portal_product_arns.
475 476 477 |
# File 'sig/types.rbs', line 475 def included_portal_product_arns @included_portal_product_arns end |
#logo_uri ⇒ ::String
Returns the value of attribute logo_uri.
476 477 478 |
# File 'sig/types.rbs', line 476 def logo_uri @logo_uri end |
#portal_content ⇒ Types::PortalContent
Returns the value of attribute portal_content.
477 478 479 |
# File 'sig/types.rbs', line 477 def portal_content @portal_content end |
#rum_app_monitor_name ⇒ ::String
Returns the value of attribute rum_app_monitor_name.
478 479 480 |
# File 'sig/types.rbs', line 478 def rum_app_monitor_name @rum_app_monitor_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
479 480 481 |
# File 'sig/types.rbs', line 479 def @tags end |