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
455 |
# File 'sig/client.rbs', line 455
def portal_arn: () -> ::String
|
#portal_id ⇒ ::String
454 |
# File 'sig/client.rbs', line 454
def portal_id: () -> ::String
|
#portal_start_url ⇒ ::String
456 |
# File 'sig/client.rbs', line 456
def portal_start_url: () -> ::String
|
#portal_status ⇒ Types::PortalStatus
457 |
# File 'sig/client.rbs', line 457
def portal_status: () -> Types::PortalStatus
|
#sso_application_id ⇒ ::String
458 |
# File 'sig/client.rbs', line 458
def sso_application_id: () -> ::String
|