Class: Aws::ConnectParticipant::Types::DescribeViewResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#viewTypes::View

A view resource object. Contains metadata and content necessary to render the view.

Returns:



211
212
213
214
215
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 211

class DescribeViewResponse < Struct.new(
  :view)
  SENSITIVE = []
  include Aws::Structure
end