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

#authorizationTypes::Authorization

Returns the value of attribute authorization.



2520
2521
2522
# File 'sig/types.rbs', line 2520

def authorization
  @authorization
end

#endpoint_configurationTypes::EndpointConfigurationRequest

Returns the value of attribute endpoint_configuration.



2521
2522
2523
# File 'sig/types.rbs', line 2521

def endpoint_configuration
  @endpoint_configuration
end

#included_portal_product_arns::Array[::String]

Returns the value of attribute included_portal_product_arns.

Returns:

  • (::Array[::String])


2522
2523
2524
# File 'sig/types.rbs', line 2522

def included_portal_product_arns
  @included_portal_product_arns
end

#logo_uri::String

Returns the value of attribute logo_uri.

Returns:

  • (::String)


2523
2524
2525
# File 'sig/types.rbs', line 2523

def logo_uri
  @logo_uri
end

#portal_contentTypes::PortalContent

Returns the value of attribute portal_content.



2524
2525
2526
# File 'sig/types.rbs', line 2524

def portal_content
  @portal_content
end

#portal_id::String

Returns the value of attribute portal_id.

Returns:

  • (::String)


2525
2526
2527
# File 'sig/types.rbs', line 2525

def portal_id
  @portal_id
end

#rum_app_monitor_name::String

Returns the value of attribute rum_app_monitor_name.

Returns:

  • (::String)


2526
2527
2528
# File 'sig/types.rbs', line 2526

def rum_app_monitor_name
  @rum_app_monitor_name
end