Class: Aws::Types::UpdatePortalRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:display_name])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_type"Standard", "IAM_Identity_Center"

Returns the value of attribute authentication_type.

Returns:

  • ("Standard", "IAM_Identity_Center")


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.

Returns:

  • (::String)


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.

Returns:

  • ("standard.regular", "standard.large", "standard.xlarge")


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1222
1223
1224
# File 'sig/types.rbs', line 1222

def portal_custom_domain
  @portal_custom_domain
end