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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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)


23796
23797
23798
23799
23800
23801
23802
23803
23804
23805
23806
23807
23808
23809
23810
23811
23812
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23796

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:



23796
23797
23798
23799
23800
23801
23802
23803
23804
23805
23806
23807
23808
23809
23810
23811
23812
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23796

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)


23796
23797
23798
23799
23800
23801
23802
23803
23804
23805
23806
23807
23808
23809
23810
23811
23812
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23796

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)


23796
23797
23798
23799
23800
23801
23802
23803
23804
23805
23806
23807
23808
23809
23810
23811
23812
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23796

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)


23796
23797
23798
23799
23800
23801
23802
23803
23804
23805
23806
23807
23808
23809
23810
23811
23812
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23796

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)


23796
23797
23798
23799
23800
23801
23802
23803
23804
23805
23806
23807
23808
23809
23810
23811
23812
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23796

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)


23796
23797
23798
23799
23800
23801
23802
23803
23804
23805
23806
23807
23808
23809
23810
23811
23812
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23796

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)


23796
23797
23798
23799
23800
23801
23802
23803
23804
23805
23806
23807
23808
23809
23810
23811
23812
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23796

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


23796
23797
23798
23799
23800
23801
23802
23803
23804
23805
23806
23807
23808
23809
23810
23811
23812
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23796

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)


23796
23797
23798
23799
23800
23801
23802
23803
23804
23805
23806
23807
23808
23809
23810
23811
23812
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23796

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)


23796
23797
23798
23799
23800
23801
23802
23803
23804
23805
23806
23807
23808
23809
23810
23811
23812
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23796

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)


23796
23797
23798
23799
23800
23801
23802
23803
23804
23805
23806
23807
23808
23809
23810
23811
23812
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23796

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)


23796
23797
23798
23799
23800
23801
23802
23803
23804
23805
23806
23807
23808
23809
23810
23811
23812
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23796

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