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.
6562 6563 6564 6565 6566 |
# File 'lib/aws-sdk-connect/types.rb', line 6562 class DescribeViewResponse < Struct.new( :view) SENSITIVE = [] include Aws::Structure end |