Module: Aws::IoTSiteWise::Client::_DescribePortalResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribePortalResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #alarms ⇒ Types::Alarms
- #notification_sender_email ⇒ ::String
- #portal_arn ⇒ ::String
- #portal_auth_mode ⇒ "IAM", "SSO"
- #portal_client_id ⇒ ::String
- #portal_contact_email ⇒ ::String
- #portal_creation_date ⇒ ::Time
- #portal_description ⇒ ::String
- #portal_id ⇒ ::String
- #portal_last_update_date ⇒ ::Time
- #portal_logo_image_location ⇒ Types::ImageLocation
- #portal_name ⇒ ::String
- #portal_start_url ⇒ ::String
- #portal_status ⇒ Types::PortalStatus
- #portal_type ⇒ "SITEWISE_PORTAL_V1", "SITEWISE_PORTAL_V2"
- #portal_type_configuration ⇒ ::Hash[::String, Types::PortalTypeEntry]
- #role_arn ⇒ ::String
Instance Method Details
#notification_sender_email ⇒ ::String
1398 |
# File 'sig/client.rbs', line 1398
def notification_sender_email: () -> ::String
|
#portal_arn ⇒ ::String
1386 |
# File 'sig/client.rbs', line 1386
def portal_arn: () -> ::String
|
#portal_auth_mode ⇒ "IAM", "SSO"
1397 |
# File 'sig/client.rbs', line 1397
def portal_auth_mode: () -> ("IAM" | "SSO")
|
#portal_client_id ⇒ ::String
1389 |
# File 'sig/client.rbs', line 1389
def portal_client_id: () -> ::String
|
#portal_contact_email ⇒ ::String
1391 |
# File 'sig/client.rbs', line 1391
def portal_contact_email: () -> ::String
|
#portal_creation_date ⇒ ::Time
1393 |
# File 'sig/client.rbs', line 1393
def portal_creation_date: () -> ::Time
|
#portal_description ⇒ ::String
1388 |
# File 'sig/client.rbs', line 1388
def portal_description: () -> ::String
|
#portal_id ⇒ ::String
1385 |
# File 'sig/client.rbs', line 1385
def portal_id: () -> ::String
|
#portal_last_update_date ⇒ ::Time
1394 |
# File 'sig/client.rbs', line 1394
def portal_last_update_date: () -> ::Time
|
#portal_logo_image_location ⇒ Types::ImageLocation
1395 |
# File 'sig/client.rbs', line 1395
def portal_logo_image_location: () -> Types::ImageLocation
|
#portal_name ⇒ ::String
1387 |
# File 'sig/client.rbs', line 1387
def portal_name: () -> ::String
|
#portal_start_url ⇒ ::String
1390 |
# File 'sig/client.rbs', line 1390
def portal_start_url: () -> ::String
|
#portal_status ⇒ Types::PortalStatus
1392 |
# File 'sig/client.rbs', line 1392
def portal_status: () -> Types::PortalStatus
|
#portal_type ⇒ "SITEWISE_PORTAL_V1", "SITEWISE_PORTAL_V2"
1400 |
# File 'sig/client.rbs', line 1400
def portal_type: () -> ("SITEWISE_PORTAL_V1" | "SITEWISE_PORTAL_V2")
|
#portal_type_configuration ⇒ ::Hash[::String, Types::PortalTypeEntry]
1401 |
# File 'sig/client.rbs', line 1401
def portal_type_configuration: () -> ::Hash[::String, Types::PortalTypeEntry]
|
#role_arn ⇒ ::String
1396 |
# File 'sig/client.rbs', line 1396
def role_arn: () -> ::String
|