Class: Aws::Types::UpdatePortalRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePortalRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alarms ⇒ Types::Alarms
Returns the value of attribute alarms.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#notification_sender_email ⇒ ::String
Returns the value of attribute notification_sender_email.
-
#portal_contact_email ⇒ ::String
Returns the value of attribute portal_contact_email.
-
#portal_description ⇒ ::String
Returns the value of attribute portal_description.
-
#portal_id ⇒ ::String
Returns the value of attribute portal_id.
-
#portal_logo_image ⇒ Types::Image
Returns the value of attribute portal_logo_image.
-
#portal_name ⇒ ::String
Returns the value of attribute portal_name.
-
#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.
3819 3820 3821 |
# File 'sig/types.rbs', line 3819 def alarms @alarms end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
3817 3818 3819 |
# File 'sig/types.rbs', line 3817 def client_token @client_token end |
#notification_sender_email ⇒ ::String
Returns the value of attribute notification_sender_email.
3818 3819 3820 |
# File 'sig/types.rbs', line 3818 def notification_sender_email @notification_sender_email end |
#portal_contact_email ⇒ ::String
Returns the value of attribute portal_contact_email.
3814 3815 3816 |
# File 'sig/types.rbs', line 3814 def portal_contact_email @portal_contact_email end |
#portal_description ⇒ ::String
Returns the value of attribute portal_description.
3813 3814 3815 |
# File 'sig/types.rbs', line 3813 def portal_description @portal_description end |
#portal_id ⇒ ::String
Returns the value of attribute portal_id.
3811 3812 3813 |
# File 'sig/types.rbs', line 3811 def portal_id @portal_id end |
#portal_logo_image ⇒ Types::Image
Returns the value of attribute portal_logo_image.
3815 3816 3817 |
# File 'sig/types.rbs', line 3815 def portal_logo_image @portal_logo_image end |
#portal_name ⇒ ::String
Returns the value of attribute portal_name.
3812 3813 3814 |
# File 'sig/types.rbs', line 3812 def portal_name @portal_name end |
#portal_type ⇒ "SITEWISE_PORTAL_V1", "SITEWISE_PORTAL_V2"
Returns the value of attribute portal_type.
3820 3821 3822 |
# File 'sig/types.rbs', line 3820 def portal_type @portal_type end |
#portal_type_configuration ⇒ ::Hash[::String, Types::PortalTypeEntry]
Returns the value of attribute portal_type_configuration.
3821 3822 3823 |
# File 'sig/types.rbs', line 3821 def portal_type_configuration @portal_type_configuration end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
3816 3817 3818 |
# File 'sig/types.rbs', line 3816 def role_arn @role_arn end |