Class: Aws::Types::CreatePortalResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreatePortalResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#portal_arn ⇒ ::String
Returns the value of attribute portal_arn.
-
#portal_id ⇒ ::String
Returns the value of attribute portal_id.
-
#portal_start_url ⇒ ::String
Returns the value of attribute portal_start_url.
-
#portal_status ⇒ Types::PortalStatus
Returns the value of attribute portal_status.
-
#sso_application_id ⇒ ::String
Returns the value of attribute sso_application_id.
Instance Attribute Details
#portal_arn ⇒ ::String
Returns the value of attribute portal_arn.
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.
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.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def portal_start_url @portal_start_url end |
#portal_status ⇒ Types::PortalStatus
Returns the value of attribute portal_status.
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.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def sso_application_id @sso_application_id end |