Class: Aws::Types::CreatePortalRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePortalRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_encryption_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_encryption_context.
-
#authentication_type ⇒ "Standard", "IAM_Identity_Center"
Returns the value of attribute authentication_type.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#customer_managed_key ⇒ ::String
Returns the value of attribute customer_managed_key.
-
#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_custom_domain ⇒ ::String
Returns the value of attribute portal_custom_domain.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#additional_encryption_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_encryption_context.
276 277 278 |
# File 'sig/types.rbs', line 276 def additional_encryption_context @additional_encryption_context end |
#authentication_type ⇒ "Standard", "IAM_Identity_Center"
Returns the value of attribute authentication_type.
278 279 280 |
# File 'sig/types.rbs', line 278 def authentication_type @authentication_type end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
277 278 279 |
# File 'sig/types.rbs', line 277 def client_token @client_token end |
#customer_managed_key ⇒ ::String
Returns the value of attribute customer_managed_key.
275 276 277 |
# File 'sig/types.rbs', line 275 def customer_managed_key @customer_managed_key end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
273 274 275 |
# File 'sig/types.rbs', line 273 def display_name @display_name end |
#instance_type ⇒ "standard.regular", ...
Returns the value of attribute instance_type.
279 280 281 |
# File 'sig/types.rbs', line 279 def instance_type @instance_type end |
#max_concurrent_sessions ⇒ ::Integer
Returns the value of attribute max_concurrent_sessions.
280 281 282 |
# File 'sig/types.rbs', line 280 def max_concurrent_sessions @max_concurrent_sessions end |
#portal_custom_domain ⇒ ::String
Returns the value of attribute portal_custom_domain.
281 282 283 |
# File 'sig/types.rbs', line 281 def portal_custom_domain @portal_custom_domain end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
274 275 276 |
# File 'sig/types.rbs', line 274 def @tags end |