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)


22599
22600
22601
22602
22603
22604
22605
22606
22607
22608
22609
22610
22611
22612
22613
22614
22615
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 22599

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:



22599
22600
22601
22602
22603
22604
22605
22606
22607
22608
22609
22610
22611
22612
22613
22614
22615
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 22599

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)


22599
22600
22601
22602
22603
22604
22605
22606
22607
22608
22609
22610
22611
22612
22613
22614
22615
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 22599

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)


22599
22600
22601
22602
22603
22604
22605
22606
22607
22608
22609
22610
22611
22612
22613
22614
22615
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 22599

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)


22599
22600
22601
22602
22603
22604
22605
22606
22607
22608
22609
22610
22611
22612
22613
22614
22615
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 22599

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)


22599
22600
22601
22602
22603
22604
22605
22606
22607
22608
22609
22610
22611
22612
22613
22614
22615
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 22599

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)


22599
22600
22601
22602
22603
22604
22605
22606
22607
22608
22609
22610
22611
22612
22613
22614
22615
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 22599

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)


22599
22600
22601
22602
22603
22604
22605
22606
22607
22608
22609
22610
22611
22612
22613
22614
22615
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 22599

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


22599
22600
22601
22602
22603
22604
22605
22606
22607
22608
22609
22610
22611
22612
22613
22614
22615
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 22599

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)


22599
22600
22601
22602
22603
22604
22605
22606
22607
22608
22609
22610
22611
22612
22613
22614
22615
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 22599

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)


22599
22600
22601
22602
22603
22604
22605
22606
22607
22608
22609
22610
22611
22612
22613
22614
22615
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 22599

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)


22599
22600
22601
22602
22603
22604
22605
22606
22607
22608
22609
22610
22611
22612
22613
22614
22615
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 22599

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)


22599
22600
22601
22602
22603
22604
22605
22606
22607
22608
22609
22610
22611
22612
22613
22614
22615
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 22599

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