Class: Aws::Connect::Types::ViewVersionSummary

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

Overview

A summary of a view version’s metadata.

Constant Summary collapse

SENSITIVE =
[:name]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the view version.

Returns:

  • (String)


21357
21358
21359
21360
21361
21362
21363
21364
21365
21366
21367
# File 'lib/aws-sdk-connect/types.rb', line 21357

class ViewVersionSummary < Struct.new(
  :id,
  :arn,
  :description,
  :name,
  :type,
  :version,
  :version_description)
  SENSITIVE = [:name]
  include Aws::Structure
end

#descriptionString

The description of the view version.

Returns:

  • (String)


21357
21358
21359
21360
21361
21362
21363
21364
21365
21366
21367
# File 'lib/aws-sdk-connect/types.rb', line 21357

class ViewVersionSummary < Struct.new(
  :id,
  :arn,
  :description,
  :name,
  :type,
  :version,
  :version_description)
  SENSITIVE = [:name]
  include Aws::Structure
end

#idString

The identifier of the view version.

Returns:

  • (String)


21357
21358
21359
21360
21361
21362
21363
21364
21365
21366
21367
# File 'lib/aws-sdk-connect/types.rb', line 21357

class ViewVersionSummary < Struct.new(
  :id,
  :arn,
  :description,
  :name,
  :type,
  :version,
  :version_description)
  SENSITIVE = [:name]
  include Aws::Structure
end

#nameString

The name of the view version.

Returns:

  • (String)


21357
21358
21359
21360
21361
21362
21363
21364
21365
21366
21367
# File 'lib/aws-sdk-connect/types.rb', line 21357

class ViewVersionSummary < Struct.new(
  :id,
  :arn,
  :description,
  :name,
  :type,
  :version,
  :version_description)
  SENSITIVE = [:name]
  include Aws::Structure
end

#typeString

The type of the view version.

Returns:

  • (String)


21357
21358
21359
21360
21361
21362
21363
21364
21365
21366
21367
# File 'lib/aws-sdk-connect/types.rb', line 21357

class ViewVersionSummary < Struct.new(
  :id,
  :arn,
  :description,
  :name,
  :type,
  :version,
  :version_description)
  SENSITIVE = [:name]
  include Aws::Structure
end

#versionInteger

The sequentially incremented version of the view version.

Returns:

  • (Integer)


21357
21358
21359
21360
21361
21362
21363
21364
21365
21366
21367
# File 'lib/aws-sdk-connect/types.rb', line 21357

class ViewVersionSummary < Struct.new(
  :id,
  :arn,
  :description,
  :name,
  :type,
  :version,
  :version_description)
  SENSITIVE = [:name]
  include Aws::Structure
end

#version_descriptionString

The description of the view version.

Returns:

  • (String)


21357
21358
21359
21360
21361
21362
21363
21364
21365
21366
21367
# File 'lib/aws-sdk-connect/types.rb', line 21357

class ViewVersionSummary < Struct.new(
  :id,
  :arn,
  :description,
  :name,
  :type,
  :version,
  :version_description)
  SENSITIVE = [:name]
  include Aws::Structure
end