Class: Aws::Types::GetPortalResponse

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.



1347
1348
1349
# File 'sig/types.rbs', line 1347

def authorization
  @authorization
end

#endpoint_configurationTypes::EndpointConfigurationResponse

Returns the value of attribute endpoint_configuration.



1348
1349
1350
# File 'sig/types.rbs', line 1348

def endpoint_configuration
  @endpoint_configuration
end

#included_portal_product_arns::Array[::String]

Returns the value of attribute included_portal_product_arns.

Returns:

  • (::Array[::String])


1349
1350
1351
# File 'sig/types.rbs', line 1349

def included_portal_product_arns
  @included_portal_product_arns
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


1350
1351
1352
# File 'sig/types.rbs', line 1350

def last_modified
  @last_modified
end

#last_published::Time

Returns the value of attribute last_published.

Returns:

  • (::Time)


1351
1352
1353
# File 'sig/types.rbs', line 1351

def last_published
  @last_published
end

#last_published_description::String

Returns the value of attribute last_published_description.

Returns:

  • (::String)


1352
1353
1354
# File 'sig/types.rbs', line 1352

def last_published_description
  @last_published_description
end

#portal_arn::String

Returns the value of attribute portal_arn.

Returns:

  • (::String)


1353
1354
1355
# File 'sig/types.rbs', line 1353

def portal_arn
  @portal_arn
end

#portal_contentTypes::PortalContent

Returns the value of attribute portal_content.



1354
1355
1356
# File 'sig/types.rbs', line 1354

def portal_content
  @portal_content
end

#portal_id::String

Returns the value of attribute portal_id.

Returns:

  • (::String)


1355
1356
1357
# File 'sig/types.rbs', line 1355

def portal_id
  @portal_id
end

#previewTypes::Preview

Returns the value of attribute preview.

Returns:



1356
1357
1358
# File 'sig/types.rbs', line 1356

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")


1357
1358
1359
# File 'sig/types.rbs', line 1357

def publish_status
  @publish_status
end

#rum_app_monitor_name::String

Returns the value of attribute rum_app_monitor_name.

Returns:

  • (::String)


1358
1359
1360
# File 'sig/types.rbs', line 1358

def rum_app_monitor_name
  @rum_app_monitor_name
end

#status_exceptionTypes::StatusException

Returns the value of attribute status_exception.



1359
1360
1361
# File 'sig/types.rbs', line 1359

def status_exception
  @status_exception
end

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

Returns the value of attribute tags.

Returns:

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


1360
1361
1362
# File 'sig/types.rbs', line 1360

def tags
  @tags
end