Class: Aws::ConnectParticipant::Types::DescribeViewResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectParticipant::Types::DescribeViewResponse
- Defined in:
- gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#view ⇒ Types::View
A view resource object.
Instance Attribute Details
#view ⇒ Types::View
A view resource object. Contains metadata and content necessary to render the view.
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 |