Class: Aws::Types::UpdatePortalRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:portal_contact_email, :notification_sender_email])

Instance Attribute Summary collapse

Instance Attribute Details

#alarmsTypes::Alarms

Returns the value of attribute alarms.

Returns:



3778
3779
3780
# File 'sig/types.rbs', line 3778

def alarms
  @alarms
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3770
3771
3772
# File 'sig/types.rbs', line 3770

def portal_id
  @portal_id
end

#portal_logo_imageTypes::Image

Returns the value of attribute portal_logo_image.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • ("SITEWISE_PORTAL_V1", "SITEWISE_PORTAL_V2")


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.

Returns:



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.

Returns:

  • (::String)


3775
3776
3777
# File 'sig/types.rbs', line 3775

def role_arn
  @role_arn
end