Class: Aws::Connect::Types::DescribeViewResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribeViewResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#view ⇒ Types::View
All view data is contained within the View object.
Instance Attribute Details
#view ⇒ Types::View
All view data is contained within the View object.
6441 6442 6443 6444 6445 |
# File 'lib/aws-sdk-connect/types.rb', line 6441 class DescribeViewResponse < Struct.new( :view) SENSITIVE = [] include Aws::Structure end |