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
962 |
# File 'sig/client.rbs', line 962
def notification_sender_email: () -> ::String
|
#portal_arn ⇒ ::String
950 |
# File 'sig/client.rbs', line 950
def portal_arn: () -> ::String
|
#portal_auth_mode ⇒ "IAM", "SSO"
961 |
# File 'sig/client.rbs', line 961
def portal_auth_mode: () -> ("IAM" | "SSO")
|
#portal_client_id ⇒ ::String
953 |
# File 'sig/client.rbs', line 953
def portal_client_id: () -> ::String
|
#portal_contact_email ⇒ ::String
955 |
# File 'sig/client.rbs', line 955
def portal_contact_email: () -> ::String
|
#portal_creation_date ⇒ ::Time
957 |
# File 'sig/client.rbs', line 957
def portal_creation_date: () -> ::Time
|
#portal_description ⇒ ::String
952 |
# File 'sig/client.rbs', line 952
def portal_description: () -> ::String
|
#portal_id ⇒ ::String
949 |
# File 'sig/client.rbs', line 949
def portal_id: () -> ::String
|
#portal_last_update_date ⇒ ::Time
958 |
# File 'sig/client.rbs', line 958
def portal_last_update_date: () -> ::Time
|
#portal_logo_image_location ⇒ Types::ImageLocation
959 |
# File 'sig/client.rbs', line 959
def portal_logo_image_location: () -> Types::ImageLocation
|
#portal_name ⇒ ::String
951 |
# File 'sig/client.rbs', line 951
def portal_name: () -> ::String
|
#portal_start_url ⇒ ::String
954 |
# File 'sig/client.rbs', line 954
def portal_start_url: () -> ::String
|
#portal_status ⇒ Types::PortalStatus
956 |
# File 'sig/client.rbs', line 956
def portal_status: () -> Types::PortalStatus
|
#portal_type ⇒ "SITEWISE_PORTAL_V1", "SITEWISE_PORTAL_V2"
964 |
# File 'sig/client.rbs', line 964
def portal_type: () -> ("SITEWISE_PORTAL_V1" | "SITEWISE_PORTAL_V2")
|
#portal_type_configuration ⇒ ::Hash[::String, Types::PortalTypeEntry]
965 |
# File 'sig/client.rbs', line 965
def portal_type_configuration: () -> ::Hash[::String, Types::PortalTypeEntry]
|
#role_arn ⇒ ::String
960 |
# File 'sig/client.rbs', line 960
def role_arn: () -> ::String
|