Class: Aws::ConnectParticipant::Types::DescribeViewResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectParticipant::Types::DescribeViewResponse
- Includes:
- Structure
- Defined in:
- 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.
211 212 213 214 215 |
# File 'lib/aws-sdk-connectparticipant/types.rb', line 211 class DescribeViewResponse < Struct.new( :view) SENSITIVE = [] include Aws::Structure end |