Class: Aws::Connect::Types::DeleteViewRequest

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

#instance_idString

The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

Returns:

  • (String)


4638
4639
4640
4641
4642
4643
# File 'lib/aws-sdk-connect/types.rb', line 4638

class DeleteViewRequest < Struct.new(
  :instance_id,
  :view_id)
  SENSITIVE = []
  include Aws::Structure
end

#view_idString

The identifier of the view. Both ‘ViewArn` and `ViewId` can be used.

Returns:

  • (String)


4638
4639
4640
4641
4642
4643
# File 'lib/aws-sdk-connect/types.rb', line 4638

class DeleteViewRequest < Struct.new(
  :instance_id,
  :view_id)
  SENSITIVE = []
  include Aws::Structure
end