Class: Aws::Types::UpdatePortalResponseContent

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.



2559
2560
2561
# File 'sig/types.rbs', line 2559

def authorization
  @authorization
end

#endpoint_configurationTypes::EndpointConfigurationResponse

Returns the value of attribute endpoint_configuration.



2560
2561
2562
# File 'sig/types.rbs', line 2560

def endpoint_configuration
  @endpoint_configuration
end

#included_portal_product_arns::Array[::String]

Returns the value of attribute included_portal_product_arns.

Returns:

  • (::Array[::String])


2561
2562
2563
# File 'sig/types.rbs', line 2561

def included_portal_product_arns
  @included_portal_product_arns
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


2562
2563
2564
# File 'sig/types.rbs', line 2562

def last_modified
  @last_modified
end

#last_published::Time

Returns the value of attribute last_published.

Returns:

  • (::Time)


2563
2564
2565
# File 'sig/types.rbs', line 2563

def last_published
  @last_published
end

#last_published_description::String

Returns the value of attribute last_published_description.

Returns:

  • (::String)


2564
2565
2566
# File 'sig/types.rbs', line 2564

def last_published_description
  @last_published_description
end

#portal_arn::String

Returns the value of attribute portal_arn.

Returns:

  • (::String)


2565
2566
2567
# File 'sig/types.rbs', line 2565

def portal_arn
  @portal_arn
end

#portal_contentTypes::PortalContent

Returns the value of attribute portal_content.



2566
2567
2568
# File 'sig/types.rbs', line 2566

def portal_content
  @portal_content
end

#portal_id::String

Returns the value of attribute portal_id.

Returns:

  • (::String)


2567
2568
2569
# File 'sig/types.rbs', line 2567

def portal_id
  @portal_id
end

#previewTypes::Preview

Returns the value of attribute preview.

Returns:



2568
2569
2570
# File 'sig/types.rbs', line 2568

def preview
  @preview
end

#publish_status"PUBLISHED", ...

Returns the value of attribute publish_status.

Returns:

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


2569
2570
2571
# File 'sig/types.rbs', line 2569

def publish_status
  @publish_status
end

#rum_app_monitor_name::String

Returns the value of attribute rum_app_monitor_name.

Returns:

  • (::String)


2570
2571
2572
# File 'sig/types.rbs', line 2570

def rum_app_monitor_name
  @rum_app_monitor_name
end

#status_exceptionTypes::StatusException

Returns the value of attribute status_exception.



2571
2572
2573
# File 'sig/types.rbs', line 2571

def status_exception
  @status_exception
end

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

Returns the value of attribute tags.

Returns:

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


2572
2573
2574
# File 'sig/types.rbs', line 2572

def tags
  @tags
end