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:



233
234
235
236
237
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 233

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