Class: Aws::Connect::Types::DescribeViewRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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)


5720
5721
5722
5723
5724
5725
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5720

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

#view_idString

The ViewId of the view. This must be an ARN for Amazon Web Services managed views.

Returns:

  • (String)


5720
5721
5722
5723
5724
5725
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5720

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