Class: Aws::Connect::Types::UpdateViewContentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::UpdateViewContentResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/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.
25753 25754 25755 25756 25757 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25753 class UpdateViewContentResponse < Struct.new( :view) SENSITIVE = [] include Aws::Structure end |