Class: Aws::Types::UpdatePortalRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePortalRequest
- 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.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#instance_type ⇒ "standard.regular", ...
Returns the value of attribute instance_type.
-
#max_concurrent_sessions ⇒ ::Integer
Returns the value of attribute max_concurrent_sessions.
-
#portal_arn ⇒ ::String
Returns the value of attribute portal_arn.
-
#portal_custom_domain ⇒ ::String
Returns the value of attribute portal_custom_domain.
Instance Attribute Details
#authentication_type ⇒ "Standard", "IAM_Identity_Center"
Returns the value of attribute authentication_type.
1219 1220 1221 |
# File 'sig/types.rbs', line 1219 def authentication_type @authentication_type end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def display_name @display_name end |
#instance_type ⇒ "standard.regular", ...
Returns the value of attribute instance_type.
1220 1221 1222 |
# File 'sig/types.rbs', line 1220 def instance_type @instance_type end |
#max_concurrent_sessions ⇒ ::Integer
Returns the value of attribute max_concurrent_sessions.
1221 1222 1223 |
# File 'sig/types.rbs', line 1221 def max_concurrent_sessions @max_concurrent_sessions end |
#portal_arn ⇒ ::String
Returns the value of attribute portal_arn.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def portal_arn @portal_arn end |
#portal_custom_domain ⇒ ::String
Returns the value of attribute portal_custom_domain.
1222 1223 1224 |
# File 'sig/types.rbs', line 1222 def portal_custom_domain @portal_custom_domain end |