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:



4760
4761
4762
4763
4764
# File 'lib/aws-sdk-connect/types.rb', line 4760

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