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.
3778 3779 3780 |
# File 'sig/types.rbs', line 3778 def alarms @alarms end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
3776 3777 3778 |
# File 'sig/types.rbs', line 3776 def client_token @client_token end |
#notification_sender_email ⇒ ::String
Returns the value of attribute notification_sender_email.
3777 3778 3779 |
# File 'sig/types.rbs', line 3777 def notification_sender_email @notification_sender_email end |
#portal_contact_email ⇒ ::String
Returns the value of attribute portal_contact_email.
3773 3774 3775 |
# File 'sig/types.rbs', line 3773 def portal_contact_email @portal_contact_email end |
#portal_description ⇒ ::String
Returns the value of attribute portal_description.
3772 3773 3774 |
# File 'sig/types.rbs', line 3772 def portal_description @portal_description end |
#portal_id ⇒ ::String
Returns the value of attribute portal_id.
3770 3771 3772 |
# File 'sig/types.rbs', line 3770 def portal_id @portal_id end |
#portal_logo_image ⇒ Types::Image
Returns the value of attribute portal_logo_image.
3774 3775 3776 |
# File 'sig/types.rbs', line 3774 def portal_logo_image @portal_logo_image end |
#portal_name ⇒ ::String
Returns the value of attribute portal_name.
3771 3772 3773 |
# File 'sig/types.rbs', line 3771 def portal_name @portal_name end |
#portal_type ⇒ "SITEWISE_PORTAL_V1", "SITEWISE_PORTAL_V2"
Returns the value of attribute portal_type.
3779 3780 3781 |
# File 'sig/types.rbs', line 3779 def portal_type @portal_type end |
#portal_type_configuration ⇒ ::Hash[::String, Types::PortalTypeEntry]
Returns the value of attribute portal_type_configuration.
3780 3781 3782 |
# File 'sig/types.rbs', line 3780 def portal_type_configuration @portal_type_configuration end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
3775 3776 3777 |
# File 'sig/types.rbs', line 3775 def role_arn @role_arn end |