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)


1089
1090
1091
# File 'sig/types.rbs', line 1089

def portal_arn
  @portal_arn
end

#portal_id::String

Returns the value of attribute portal_id.

Returns:

  • (::String)


1088
1089
1090
# File 'sig/types.rbs', line 1088

def portal_id
  @portal_id
end

#portal_start_url::String

Returns the value of attribute portal_start_url.

Returns:

  • (::String)


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

def portal_start_url
  @portal_start_url
end

#portal_statusTypes::PortalStatus

Returns the value of attribute portal_status.

Returns:



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

def portal_status
  @portal_status
end

#sso_application_id::String

Returns the value of attribute sso_application_id.

Returns:

  • (::String)


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

def sso_application_id
  @sso_application_id
end