Class: Aws::Types::CreatePortalRequestContent

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.



484
485
486
# File 'sig/types.rbs', line 484

def authorization
  @authorization
end

#endpoint_configurationTypes::EndpointConfigurationRequest

Returns the value of attribute endpoint_configuration.



485
486
487
# File 'sig/types.rbs', line 485

def endpoint_configuration
  @endpoint_configuration
end

#included_portal_product_arns::Array[::String]

Returns the value of attribute included_portal_product_arns.

Returns:

  • (::Array[::String])


486
487
488
# File 'sig/types.rbs', line 486

def included_portal_product_arns
  @included_portal_product_arns
end

#logo_uri::String

Returns the value of attribute logo_uri.

Returns:

  • (::String)


487
488
489
# File 'sig/types.rbs', line 487

def logo_uri
  @logo_uri
end

#portal_contentTypes::PortalContent

Returns the value of attribute portal_content.



488
489
490
# File 'sig/types.rbs', line 488

def portal_content
  @portal_content
end

#rum_app_monitor_name::String

Returns the value of attribute rum_app_monitor_name.

Returns:

  • (::String)


489
490
491
# File 'sig/types.rbs', line 489

def rum_app_monitor_name
  @rum_app_monitor_name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


490
491
492
# File 'sig/types.rbs', line 490

def tags
  @tags
end