Class: Aws::Types::CreatePortalResponseContent

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.



512
513
514
# File 'sig/types.rbs', line 512

def authorization
  @authorization
end

#endpoint_configurationTypes::EndpointConfigurationResponse

Returns the value of attribute endpoint_configuration.



513
514
515
# File 'sig/types.rbs', line 513

def endpoint_configuration
  @endpoint_configuration
end

#included_portal_product_arns::Array[::String]

Returns the value of attribute included_portal_product_arns.

Returns:

  • (::Array[::String])


514
515
516
# File 'sig/types.rbs', line 514

def included_portal_product_arns
  @included_portal_product_arns
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


515
516
517
# File 'sig/types.rbs', line 515

def last_modified
  @last_modified
end

#last_published::Time

Returns the value of attribute last_published.

Returns:

  • (::Time)


516
517
518
# File 'sig/types.rbs', line 516

def last_published
  @last_published
end

#last_published_description::String

Returns the value of attribute last_published_description.

Returns:

  • (::String)


517
518
519
# File 'sig/types.rbs', line 517

def last_published_description
  @last_published_description
end

#portal_arn::String

Returns the value of attribute portal_arn.

Returns:

  • (::String)


518
519
520
# File 'sig/types.rbs', line 518

def portal_arn
  @portal_arn
end

#portal_contentTypes::PortalContent

Returns the value of attribute portal_content.



519
520
521
# File 'sig/types.rbs', line 519

def portal_content
  @portal_content
end

#portal_id::String

Returns the value of attribute portal_id.

Returns:

  • (::String)


520
521
522
# File 'sig/types.rbs', line 520

def portal_id
  @portal_id
end

#publish_status"PUBLISHED", ...

Returns the value of attribute publish_status.

Returns:

  • ("PUBLISHED", "PUBLISH_IN_PROGRESS", "PUBLISH_FAILED", "DISABLE_IN_PROGRESS", "DISABLE_FAILED", "DISABLED")


521
522
523
# File 'sig/types.rbs', line 521

def publish_status
  @publish_status
end

#rum_app_monitor_name::String

Returns the value of attribute rum_app_monitor_name.

Returns:

  • (::String)


522
523
524
# File 'sig/types.rbs', line 522

def rum_app_monitor_name
  @rum_app_monitor_name
end

#status_exceptionTypes::StatusException

Returns the value of attribute status_exception.



523
524
525
# File 'sig/types.rbs', line 523

def status_exception
  @status_exception
end

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

Returns the value of attribute tags.

Returns:

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


524
525
526
# File 'sig/types.rbs', line 524

def tags
  @tags
end