Module: Aws::IoTSiteWise::Client::_CreatePortalResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreatePortalResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #portal_arn ⇒ ::String
- #portal_id ⇒ ::String
- #portal_start_url ⇒ ::String
- #portal_status ⇒ Types::PortalStatus
- #sso_application_id ⇒ ::String
Instance Method Details
#portal_arn ⇒ ::String
692 |
# File 'sig/client.rbs', line 692
def portal_arn: () -> ::String
|
#portal_id ⇒ ::String
691 |
# File 'sig/client.rbs', line 691
def portal_id: () -> ::String
|
#portal_start_url ⇒ ::String
693 |
# File 'sig/client.rbs', line 693
def portal_start_url: () -> ::String
|
#portal_status ⇒ Types::PortalStatus
694 |
# File 'sig/client.rbs', line 694
def portal_status: () -> Types::PortalStatus
|
#sso_application_id ⇒ ::String
695 |
# File 'sig/client.rbs', line 695
def sso_application_id: () -> ::String
|