Class: Aws::Types::DescribePortalResponse

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:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("IAM", "SSO")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


1893
1894
1895
# File 'sig/types.rbs', line 1893

def portal_last_update_date
  @portal_last_update_date
end

#portal_logo_image_locationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1889
1890
1891
# File 'sig/types.rbs', line 1889

def portal_start_url
  @portal_start_url
end

#portal_statusTypes::PortalStatus

Returns the value of attribute portal_status.

Returns:



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.

Returns:

  • ("SITEWISE_PORTAL_V1", "SITEWISE_PORTAL_V2")


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.

Returns:



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.

Returns:

  • (::String)


1895
1896
1897
# File 'sig/types.rbs', line 1895

def role_arn
  @role_arn
end