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.
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.
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.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def portal_start_url @portal_start_url end |
#portal_status ⇒ Types::PortalStatus
Returns the value of attribute portal_status.
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.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def sso_application_id @sso_application_id end |