Class: Aws::ConnectParticipant::Types::View

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


859
860
861
862
863
864
865
866
867
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 859

class View < Struct.new(
  :id,
  :arn,
  :name,
  :version,
  :content)
  SENSITIVE = [:name]
  include Aws::Structure
end

#contentTypes::ViewContent

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

Returns:



859
860
861
862
863
864
865
866
867
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 859

class View < Struct.new(
  :id,
  :arn,
  :name,
  :version,
  :content)
  SENSITIVE = [:name]
  include Aws::Structure
end

#idString

The identifier of the view.

Returns:

  • (String)


859
860
861
862
863
864
865
866
867
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 859

class View < Struct.new(
  :id,
  :arn,
  :name,
  :version,
  :content)
  SENSITIVE = [:name]
  include Aws::Structure
end

#nameString

The name of the view.

Returns:

  • (String)


859
860
861
862
863
864
865
866
867
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 859

class View < Struct.new(
  :id,
  :arn,
  :name,
  :version,
  :content)
  SENSITIVE = [:name]
  include Aws::Structure
end

#versionInteger

The current version of the view.

Returns:

  • (Integer)


859
860
861
862
863
864
865
866
867
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 859

class View < Struct.new(
  :id,
  :arn,
  :name,
  :version,
  :content)
  SENSITIVE = [:name]
  include Aws::Structure
end