Class: Aws::Types::CreatePortalResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#portal_arn::String

Returns the value of attribute portal_arn.

Returns:

  • (::String)


1092
1093
1094
# File 'sig/types.rbs', line 1092

def portal_arn
  @portal_arn
end

#portal_id::String

Returns the value of attribute portal_id.

Returns:

  • (::String)


1091
1092
1093
# File 'sig/types.rbs', line 1091

def portal_id
  @portal_id
end

#portal_start_url::String

Returns the value of attribute portal_start_url.

Returns:

  • (::String)


1093
1094
1095
# File 'sig/types.rbs', line 1093

def portal_start_url
  @portal_start_url
end

#portal_statusTypes::PortalStatus

Returns the value of attribute portal_status.

Returns:



1094
1095
1096
# File 'sig/types.rbs', line 1094

def portal_status
  @portal_status
end

#sso_application_id::String

Returns the value of attribute sso_application_id.

Returns:

  • (::String)


1095
1096
1097
# File 'sig/types.rbs', line 1095

def sso_application_id
  @sso_application_id
end