Class: Aws::Connect::Types::View

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

A view resource object. Contains metadata and content necessary to render the view.

Constant Summary collapse

SENSITIVE =
[:name]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the view.

Returns:

  • (String)


26576
26577
26578
26579
26580
26581
26582
26583
26584
26585
26586
26587
26588
26589
26590
26591
26592
# File 'lib/aws-sdk-connect/types.rb', line 26576

class View < Struct.new(
  :id,
  :arn,
  :name,
  :status,
  :type,
  :description,
  :version,
  :version_description,
  :content,
  :tags,
  :created_time,
  :last_modified_time,
  :view_content_sha_256)
  SENSITIVE = [:name]
  include Aws::Structure
end

#contentTypes::ViewContent

View content containing all content necessary to render a view except for runtime input data.

Returns:



26576
26577
26578
26579
26580
26581
26582
26583
26584
26585
26586
26587
26588
26589
26590
26591
26592
# File 'lib/aws-sdk-connect/types.rb', line 26576

class View < Struct.new(
  :id,
  :arn,
  :name,
  :status,
  :type,
  :description,
  :version,
  :version_description,
  :content,
  :tags,
  :created_time,
  :last_modified_time,
  :view_content_sha_256)
  SENSITIVE = [:name]
  include Aws::Structure
end

#created_timeTime

The timestamp of when the view was created.

Returns:

  • (Time)


26576
26577
26578
26579
26580
26581
26582
26583
26584
26585
26586
26587
26588
26589
26590
26591
26592
# File 'lib/aws-sdk-connect/types.rb', line 26576

class View < Struct.new(
  :id,
  :arn,
  :name,
  :status,
  :type,
  :description,
  :version,
  :version_description,
  :content,
  :tags,
  :created_time,
  :last_modified_time,
  :view_content_sha_256)
  SENSITIVE = [:name]
  include Aws::Structure
end

#descriptionString

The description of the view.

Returns:

  • (String)


26576
26577
26578
26579
26580
26581
26582
26583
26584
26585
26586
26587
26588
26589
26590
26591
26592
# File 'lib/aws-sdk-connect/types.rb', line 26576

class View < Struct.new(
  :id,
  :arn,
  :name,
  :status,
  :type,
  :description,
  :version,
  :version_description,
  :content,
  :tags,
  :created_time,
  :last_modified_time,
  :view_content_sha_256)
  SENSITIVE = [:name]
  include Aws::Structure
end

#idString

The identifier of the view.

Returns:

  • (String)


26576
26577
26578
26579
26580
26581
26582
26583
26584
26585
26586
26587
26588
26589
26590
26591
26592
# File 'lib/aws-sdk-connect/types.rb', line 26576

class View < Struct.new(
  :id,
  :arn,
  :name,
  :status,
  :type,
  :description,
  :version,
  :version_description,
  :content,
  :tags,
  :created_time,
  :last_modified_time,
  :view_content_sha_256)
  SENSITIVE = [:name]
  include Aws::Structure
end

#last_modified_timeTime

Latest timestamp of the ‘UpdateViewContent` or `CreateViewVersion` operations.

Returns:

  • (Time)


26576
26577
26578
26579
26580
26581
26582
26583
26584
26585
26586
26587
26588
26589
26590
26591
26592
# File 'lib/aws-sdk-connect/types.rb', line 26576

class View < Struct.new(
  :id,
  :arn,
  :name,
  :status,
  :type,
  :description,
  :version,
  :version_description,
  :content,
  :tags,
  :created_time,
  :last_modified_time,
  :view_content_sha_256)
  SENSITIVE = [:name]
  include Aws::Structure
end

#nameString

The name of the view.

Returns:

  • (String)


26576
26577
26578
26579
26580
26581
26582
26583
26584
26585
26586
26587
26588
26589
26590
26591
26592
# File 'lib/aws-sdk-connect/types.rb', line 26576

class View < Struct.new(
  :id,
  :arn,
  :name,
  :status,
  :type,
  :description,
  :version,
  :version_description,
  :content,
  :tags,
  :created_time,
  :last_modified_time,
  :view_content_sha_256)
  SENSITIVE = [:name]
  include Aws::Structure
end

#statusString

Indicates the view status as either ‘SAVED` or `PUBLISHED`. The `PUBLISHED` status will initiate validation on the content.

Returns:

  • (String)


26576
26577
26578
26579
26580
26581
26582
26583
26584
26585
26586
26587
26588
26589
26590
26591
26592
# File 'lib/aws-sdk-connect/types.rb', line 26576

class View < Struct.new(
  :id,
  :arn,
  :name,
  :status,
  :type,
  :description,
  :version,
  :version_description,
  :content,
  :tags,
  :created_time,
  :last_modified_time,
  :view_content_sha_256)
  SENSITIVE = [:name]
  include Aws::Structure
end

#tagsHash<String,String>

The tags associated with the view resource (not specific to view version).

Returns:

  • (Hash<String,String>)


26576
26577
26578
26579
26580
26581
26582
26583
26584
26585
26586
26587
26588
26589
26590
26591
26592
# File 'lib/aws-sdk-connect/types.rb', line 26576

class View < Struct.new(
  :id,
  :arn,
  :name,
  :status,
  :type,
  :description,
  :version,
  :version_description,
  :content,
  :tags,
  :created_time,
  :last_modified_time,
  :view_content_sha_256)
  SENSITIVE = [:name]
  include Aws::Structure
end

#typeString

The type of the view - ‘CUSTOMER_MANAGED`.

Returns:

  • (String)


26576
26577
26578
26579
26580
26581
26582
26583
26584
26585
26586
26587
26588
26589
26590
26591
26592
# File 'lib/aws-sdk-connect/types.rb', line 26576

class View < Struct.new(
  :id,
  :arn,
  :name,
  :status,
  :type,
  :description,
  :version,
  :version_description,
  :content,
  :tags,
  :created_time,
  :last_modified_time,
  :view_content_sha_256)
  SENSITIVE = [:name]
  include Aws::Structure
end

#versionInteger

Current version of the view.

Returns:

  • (Integer)


26576
26577
26578
26579
26580
26581
26582
26583
26584
26585
26586
26587
26588
26589
26590
26591
26592
# File 'lib/aws-sdk-connect/types.rb', line 26576

class View < Struct.new(
  :id,
  :arn,
  :name,
  :status,
  :type,
  :description,
  :version,
  :version_description,
  :content,
  :tags,
  :created_time,
  :last_modified_time,
  :view_content_sha_256)
  SENSITIVE = [:name]
  include Aws::Structure
end

#version_descriptionString

The description of the version.

Returns:

  • (String)


26576
26577
26578
26579
26580
26581
26582
26583
26584
26585
26586
26587
26588
26589
26590
26591
26592
# File 'lib/aws-sdk-connect/types.rb', line 26576

class View < Struct.new(
  :id,
  :arn,
  :name,
  :status,
  :type,
  :description,
  :version,
  :version_description,
  :content,
  :tags,
  :created_time,
  :last_modified_time,
  :view_content_sha_256)
  SENSITIVE = [:name]
  include Aws::Structure
end

#view_content_sha_256String

Indicates the checksum value of the latest published view content.

Returns:

  • (String)


26576
26577
26578
26579
26580
26581
26582
26583
26584
26585
26586
26587
26588
26589
26590
26591
26592
# File 'lib/aws-sdk-connect/types.rb', line 26576

class View < Struct.new(
  :id,
  :arn,
  :name,
  :status,
  :type,
  :description,
  :version,
  :version_description,
  :content,
  :tags,
  :created_time,
  :last_modified_time,
  :view_content_sha_256)
  SENSITIVE = [:name]
  include Aws::Structure
end