Class: Aws::Types::UpdatePortalRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#alarmsTypes::Alarms

Returns the value of attribute alarms.

Returns:



3819
3820
3821
# File 'sig/types.rbs', line 3819

def alarms
  @alarms
end

#client_token::String

Returns the value of attribute client_token.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



3811
3812
3813
# File 'sig/types.rbs', line 3811

def portal_id
  @portal_id
end

#portal_logo_imageTypes::Image

Returns the value of attribute portal_logo_image.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



3816
3817
3818
# File 'sig/types.rbs', line 3816

def role_arn
  @role_arn
end