Class: Aws::Types::DescribePortalResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribePortalResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alarms ⇒ Types::Alarms
Returns the value of attribute alarms.
-
#notification_sender_email ⇒ ::String
Returns the value of attribute notification_sender_email.
-
#portal_arn ⇒ ::String
Returns the value of attribute portal_arn.
-
#portal_auth_mode ⇒ "IAM", "SSO"
Returns the value of attribute portal_auth_mode.
-
#portal_client_id ⇒ ::String
Returns the value of attribute portal_client_id.
-
#portal_contact_email ⇒ ::String
Returns the value of attribute portal_contact_email.
-
#portal_creation_date ⇒ ::Time
Returns the value of attribute portal_creation_date.
-
#portal_description ⇒ ::String
Returns the value of attribute portal_description.
-
#portal_id ⇒ ::String
Returns the value of attribute portal_id.
-
#portal_last_update_date ⇒ ::Time
Returns the value of attribute portal_last_update_date.
-
#portal_logo_image_location ⇒ Types::ImageLocation
Returns the value of attribute portal_logo_image_location.
-
#portal_name ⇒ ::String
Returns the value of attribute portal_name.
-
#portal_start_url ⇒ ::String
Returns the value of attribute portal_start_url.
-
#portal_status ⇒ Types::PortalStatus
Returns the value of attribute portal_status.
-
#portal_type ⇒ "SITEWISE_PORTAL_V1", "SITEWISE_PORTAL_V2"
Returns the value of attribute portal_type.
-
#portal_type_configuration ⇒ ::Hash[::String, Types::PortalTypeEntry]
Returns the value of attribute portal_type_configuration.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#alarms ⇒ Types::Alarms
Returns the value of attribute alarms.
1898 1899 1900 |
# File 'sig/types.rbs', line 1898 def alarms @alarms end |
#notification_sender_email ⇒ ::String
Returns the value of attribute notification_sender_email.
1897 1898 1899 |
# File 'sig/types.rbs', line 1897 def notification_sender_email @notification_sender_email end |
#portal_arn ⇒ ::String
Returns the value of attribute portal_arn.
1885 1886 1887 |
# File 'sig/types.rbs', line 1885 def portal_arn @portal_arn end |
#portal_auth_mode ⇒ "IAM", "SSO"
Returns the value of attribute portal_auth_mode.
1896 1897 1898 |
# File 'sig/types.rbs', line 1896 def portal_auth_mode @portal_auth_mode end |
#portal_client_id ⇒ ::String
Returns the value of attribute portal_client_id.
1888 1889 1890 |
# File 'sig/types.rbs', line 1888 def portal_client_id @portal_client_id end |
#portal_contact_email ⇒ ::String
Returns the value of attribute portal_contact_email.
1890 1891 1892 |
# File 'sig/types.rbs', line 1890 def portal_contact_email @portal_contact_email end |
#portal_creation_date ⇒ ::Time
Returns the value of attribute portal_creation_date.
1892 1893 1894 |
# File 'sig/types.rbs', line 1892 def portal_creation_date @portal_creation_date end |
#portal_description ⇒ ::String
Returns the value of attribute portal_description.
1887 1888 1889 |
# File 'sig/types.rbs', line 1887 def portal_description @portal_description end |
#portal_id ⇒ ::String
Returns the value of attribute portal_id.
1884 1885 1886 |
# File 'sig/types.rbs', line 1884 def portal_id @portal_id end |
#portal_last_update_date ⇒ ::Time
Returns the value of attribute portal_last_update_date.
1893 1894 1895 |
# File 'sig/types.rbs', line 1893 def portal_last_update_date @portal_last_update_date end |
#portal_logo_image_location ⇒ Types::ImageLocation
Returns the value of attribute portal_logo_image_location.
1894 1895 1896 |
# File 'sig/types.rbs', line 1894 def portal_logo_image_location @portal_logo_image_location end |
#portal_name ⇒ ::String
Returns the value of attribute portal_name.
1886 1887 1888 |
# File 'sig/types.rbs', line 1886 def portal_name @portal_name end |
#portal_start_url ⇒ ::String
Returns the value of attribute portal_start_url.
1889 1890 1891 |
# File 'sig/types.rbs', line 1889 def portal_start_url @portal_start_url end |
#portal_status ⇒ Types::PortalStatus
Returns the value of attribute portal_status.
1891 1892 1893 |
# File 'sig/types.rbs', line 1891 def portal_status @portal_status end |
#portal_type ⇒ "SITEWISE_PORTAL_V1", "SITEWISE_PORTAL_V2"
Returns the value of attribute portal_type.
1899 1900 1901 |
# File 'sig/types.rbs', line 1899 def portal_type @portal_type end |
#portal_type_configuration ⇒ ::Hash[::String, Types::PortalTypeEntry]
Returns the value of attribute portal_type_configuration.
1900 1901 1902 |
# File 'sig/types.rbs', line 1900 def portal_type_configuration @portal_type_configuration end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1895 1896 1897 |
# File 'sig/types.rbs', line 1895 def role_arn @role_arn end |