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)


21220
21221
21222
21223
21224
21225
21226
21227
21228
21229
21230
21231
21232
21233
21234
21235
21236
# File 'lib/aws-sdk-connect/types.rb', line 21220

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:



21220
21221
21222
21223
21224
21225
21226
21227
21228
21229
21230
21231
21232
21233
21234
21235
21236
# File 'lib/aws-sdk-connect/types.rb', line 21220

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)


21220
21221
21222
21223
21224
21225
21226
21227
21228
21229
21230
21231
21232
21233
21234
21235
21236
# File 'lib/aws-sdk-connect/types.rb', line 21220

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)


21220
21221
21222
21223
21224
21225
21226
21227
21228
21229
21230
21231
21232
21233
21234
21235
21236
# File 'lib/aws-sdk-connect/types.rb', line 21220

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)


21220
21221
21222
21223
21224
21225
21226
21227
21228
21229
21230
21231
21232
21233
21234
21235
21236
# File 'lib/aws-sdk-connect/types.rb', line 21220

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)


21220
21221
21222
21223
21224
21225
21226
21227
21228
21229
21230
21231
21232
21233
21234
21235
21236
# File 'lib/aws-sdk-connect/types.rb', line 21220

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)


21220
21221
21222
21223
21224
21225
21226
21227
21228
21229
21230
21231
21232
21233
21234
21235
21236
# File 'lib/aws-sdk-connect/types.rb', line 21220

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)


21220
21221
21222
21223
21224
21225
21226
21227
21228
21229
21230
21231
21232
21233
21234
21235
21236
# File 'lib/aws-sdk-connect/types.rb', line 21220

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


21220
21221
21222
21223
21224
21225
21226
21227
21228
21229
21230
21231
21232
21233
21234
21235
21236
# File 'lib/aws-sdk-connect/types.rb', line 21220

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)


21220
21221
21222
21223
21224
21225
21226
21227
21228
21229
21230
21231
21232
21233
21234
21235
21236
# File 'lib/aws-sdk-connect/types.rb', line 21220

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)


21220
21221
21222
21223
21224
21225
21226
21227
21228
21229
21230
21231
21232
21233
21234
21235
21236
# File 'lib/aws-sdk-connect/types.rb', line 21220

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)


21220
21221
21222
21223
21224
21225
21226
21227
21228
21229
21230
21231
21232
21233
21234
21235
21236
# File 'lib/aws-sdk-connect/types.rb', line 21220

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)


21220
21221
21222
21223
21224
21225
21226
21227
21228
21229
21230
21231
21232
21233
21234
21235
21236
# File 'lib/aws-sdk-connect/types.rb', line 21220

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