Class: Aws::Connect::Types::CreateViewVersionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#viewTypes::View

All view data is contained within the View object.

Returns:



3856
3857
3858
3859
3860
# File 'lib/aws-sdk-connect/types.rb', line 3856

class CreateViewVersionResponse < Struct.new(
  :view)
  SENSITIVE = []
  include Aws::Structure
end