Class: Aws::Types::PortalSummary

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")


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.

Returns:

  • (::String)


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.

Returns:

  • ("Chrome")


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("Incomplete", "Pending", "Active")


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.

Returns:

  • ("AppStream")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1001
1002
1003
# File 'sig/types.rbs', line 1001

def 
  @user_settings_arn
end