Class: Aws::Types::PortalSummary
- Inherits:
-
Object
- Object
- Aws::Types::PortalSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_type ⇒ "Standard", "IAM_Identity_Center"
Returns the value of attribute authentication_type.
-
#browser_settings_arn ⇒ ::String
Returns the value of attribute browser_settings_arn.
-
#browser_type ⇒ "Chrome"
Returns the value of attribute browser_type.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#data_protection_settings_arn ⇒ ::String
Returns the value of attribute data_protection_settings_arn.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#instance_type ⇒ "standard.regular", ...
Returns the value of attribute instance_type.
-
#ip_access_settings_arn ⇒ ::String
Returns the value of attribute ip_access_settings_arn.
-
#max_concurrent_sessions ⇒ ::Integer
Returns the value of attribute max_concurrent_sessions.
-
#network_settings_arn ⇒ ::String
Returns the value of attribute network_settings_arn.
-
#portal_arn ⇒ ::String
Returns the value of attribute portal_arn.
-
#portal_custom_domain ⇒ ::String
Returns the value of attribute portal_custom_domain.
-
#portal_endpoint ⇒ ::String
Returns the value of attribute portal_endpoint.
-
#portal_status ⇒ "Incomplete", ...
Returns the value of attribute portal_status.
-
#renderer_type ⇒ "AppStream"
Returns the value of attribute renderer_type.
-
#session_logger_arn ⇒ ::String
Returns the value of attribute session_logger_arn.
-
#trust_store_arn ⇒ ::String
Returns the value of attribute trust_store_arn.
-
#user_access_logging_settings_arn ⇒ ::String
Returns the value of attribute user_access_logging_settings_arn.
-
#user_settings_arn ⇒ ::String
Returns the value of attribute user_settings_arn.
Instance Attribute Details
#authentication_type ⇒ "Standard", "IAM_Identity_Center"
Returns the value of attribute authentication_type.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def authentication_type @authentication_type end |
#browser_settings_arn ⇒ ::String
Returns the value of attribute browser_settings_arn.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def browser_settings_arn @browser_settings_arn end |
#browser_type ⇒ "Chrome"
Returns the value of attribute browser_type.
994 995 996 |
# File 'sig/types.rbs', line 994 def browser_type @browser_type end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
998 999 1000 |
# File 'sig/types.rbs', line 998 def creation_date @creation_date end |
#data_protection_settings_arn ⇒ ::String
Returns the value of attribute data_protection_settings_arn.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def data_protection_settings_arn @data_protection_settings_arn end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
997 998 999 |
# File 'sig/types.rbs', line 997 def display_name @display_name end |
#instance_type ⇒ "standard.regular", ...
Returns the value of attribute instance_type.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def instance_type @instance_type end |
#ip_access_settings_arn ⇒ ::String
Returns the value of attribute ip_access_settings_arn.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def ip_access_settings_arn @ip_access_settings_arn end |
#max_concurrent_sessions ⇒ ::Integer
Returns the value of attribute max_concurrent_sessions.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def max_concurrent_sessions @max_concurrent_sessions end |
#network_settings_arn ⇒ ::String
Returns the value of attribute network_settings_arn.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def network_settings_arn @network_settings_arn end |
#portal_arn ⇒ ::String
Returns the value of attribute portal_arn.
992 993 994 |
# File 'sig/types.rbs', line 992 def portal_arn @portal_arn end |
#portal_custom_domain ⇒ ::String
Returns the value of attribute portal_custom_domain.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def portal_custom_domain @portal_custom_domain end |
#portal_endpoint ⇒ ::String
Returns the value of attribute portal_endpoint.
996 997 998 |
# File 'sig/types.rbs', line 996 def portal_endpoint @portal_endpoint end |
#portal_status ⇒ "Incomplete", ...
Returns the value of attribute portal_status.
995 996 997 |
# File 'sig/types.rbs', line 995 def portal_status @portal_status end |
#renderer_type ⇒ "AppStream"
Returns the value of attribute renderer_type.
993 994 995 |
# File 'sig/types.rbs', line 993 def renderer_type @renderer_type end |
#session_logger_arn ⇒ ::String
Returns the value of attribute session_logger_arn.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def session_logger_arn @session_logger_arn end |
#trust_store_arn ⇒ ::String
Returns the value of attribute trust_store_arn.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def trust_store_arn @trust_store_arn end |
#user_access_logging_settings_arn ⇒ ::String
Returns the value of attribute user_access_logging_settings_arn.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def user_access_logging_settings_arn @user_access_logging_settings_arn end |
#user_settings_arn ⇒ ::String
Returns the value of attribute user_settings_arn.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def user_settings_arn @user_settings_arn end |