Class: Aws::Connect::Types::Instance

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

Overview

The Amazon Connect instance.

Constant Summary collapse

SENSITIVE =
[:instance_alias]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the instance.

Returns:

  • (String)


9907
9908
9909
9910
9911
9912
9913
9914
9915
9916
9917
9918
9919
9920
9921
9922
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9907

class Instance < Struct.new(
  :id,
  :arn,
  :identity_management_type,
  :instance_alias,
  :created_time,
  :service_role,
  :instance_status,
  :status_reason,
  :inbound_calls_enabled,
  :outbound_calls_enabled,
  :instance_access_url,
  :tags)
  SENSITIVE = [:instance_alias]
  include Aws::Structure
end

#created_timeTime

When the instance was created.

Returns:

  • (Time)


9907
9908
9909
9910
9911
9912
9913
9914
9915
9916
9917
9918
9919
9920
9921
9922
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9907

class Instance < Struct.new(
  :id,
  :arn,
  :identity_management_type,
  :instance_alias,
  :created_time,
  :service_role,
  :instance_status,
  :status_reason,
  :inbound_calls_enabled,
  :outbound_calls_enabled,
  :instance_access_url,
  :tags)
  SENSITIVE = [:instance_alias]
  include Aws::Structure
end

#idString

The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Returns:

  • (String)


9907
9908
9909
9910
9911
9912
9913
9914
9915
9916
9917
9918
9919
9920
9921
9922
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9907

class Instance < Struct.new(
  :id,
  :arn,
  :identity_management_type,
  :instance_alias,
  :created_time,
  :service_role,
  :instance_status,
  :status_reason,
  :inbound_calls_enabled,
  :outbound_calls_enabled,
  :instance_access_url,
  :tags)
  SENSITIVE = [:instance_alias]
  include Aws::Structure
end

#identity_management_typeString

The identity management type.

Returns:

  • (String)


9907
9908
9909
9910
9911
9912
9913
9914
9915
9916
9917
9918
9919
9920
9921
9922
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9907

class Instance < Struct.new(
  :id,
  :arn,
  :identity_management_type,
  :instance_alias,
  :created_time,
  :service_role,
  :instance_status,
  :status_reason,
  :inbound_calls_enabled,
  :outbound_calls_enabled,
  :instance_access_url,
  :tags)
  SENSITIVE = [:instance_alias]
  include Aws::Structure
end

#inbound_calls_enabledBoolean

Whether inbound calls are enabled.

Returns:

  • (Boolean)


9907
9908
9909
9910
9911
9912
9913
9914
9915
9916
9917
9918
9919
9920
9921
9922
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9907

class Instance < Struct.new(
  :id,
  :arn,
  :identity_management_type,
  :instance_alias,
  :created_time,
  :service_role,
  :instance_status,
  :status_reason,
  :inbound_calls_enabled,
  :outbound_calls_enabled,
  :instance_access_url,
  :tags)
  SENSITIVE = [:instance_alias]
  include Aws::Structure
end

#instance_access_urlString

This URL allows contact center users to access the Amazon Connect admin website.

Returns:

  • (String)


9907
9908
9909
9910
9911
9912
9913
9914
9915
9916
9917
9918
9919
9920
9921
9922
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9907

class Instance < Struct.new(
  :id,
  :arn,
  :identity_management_type,
  :instance_alias,
  :created_time,
  :service_role,
  :instance_status,
  :status_reason,
  :inbound_calls_enabled,
  :outbound_calls_enabled,
  :instance_access_url,
  :tags)
  SENSITIVE = [:instance_alias]
  include Aws::Structure
end

#instance_aliasString

The alias of instance.

Returns:

  • (String)


9907
9908
9909
9910
9911
9912
9913
9914
9915
9916
9917
9918
9919
9920
9921
9922
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9907

class Instance < Struct.new(
  :id,
  :arn,
  :identity_management_type,
  :instance_alias,
  :created_time,
  :service_role,
  :instance_status,
  :status_reason,
  :inbound_calls_enabled,
  :outbound_calls_enabled,
  :instance_access_url,
  :tags)
  SENSITIVE = [:instance_alias]
  include Aws::Structure
end

#instance_statusString

The state of the instance.

Returns:

  • (String)


9907
9908
9909
9910
9911
9912
9913
9914
9915
9916
9917
9918
9919
9920
9921
9922
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9907

class Instance < Struct.new(
  :id,
  :arn,
  :identity_management_type,
  :instance_alias,
  :created_time,
  :service_role,
  :instance_status,
  :status_reason,
  :inbound_calls_enabled,
  :outbound_calls_enabled,
  :instance_access_url,
  :tags)
  SENSITIVE = [:instance_alias]
  include Aws::Structure
end

#outbound_calls_enabledBoolean

Whether outbound calls are enabled.

Returns:

  • (Boolean)


9907
9908
9909
9910
9911
9912
9913
9914
9915
9916
9917
9918
9919
9920
9921
9922
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9907

class Instance < Struct.new(
  :id,
  :arn,
  :identity_management_type,
  :instance_alias,
  :created_time,
  :service_role,
  :instance_status,
  :status_reason,
  :inbound_calls_enabled,
  :outbound_calls_enabled,
  :instance_access_url,
  :tags)
  SENSITIVE = [:instance_alias]
  include Aws::Structure
end

#service_roleString

The service role of the instance.

Returns:

  • (String)


9907
9908
9909
9910
9911
9912
9913
9914
9915
9916
9917
9918
9919
9920
9921
9922
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9907

class Instance < Struct.new(
  :id,
  :arn,
  :identity_management_type,
  :instance_alias,
  :created_time,
  :service_role,
  :instance_status,
  :status_reason,
  :inbound_calls_enabled,
  :outbound_calls_enabled,
  :instance_access_url,
  :tags)
  SENSITIVE = [:instance_alias]
  include Aws::Structure
end

#status_reasonTypes::InstanceStatusReason

Relevant details why the instance was not successfully created.



9907
9908
9909
9910
9911
9912
9913
9914
9915
9916
9917
9918
9919
9920
9921
9922
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9907

class Instance < Struct.new(
  :id,
  :arn,
  :identity_management_type,
  :instance_alias,
  :created_time,
  :service_role,
  :instance_status,
  :status_reason,
  :inbound_calls_enabled,
  :outbound_calls_enabled,
  :instance_access_url,
  :tags)
  SENSITIVE = [:instance_alias]
  include Aws::Structure
end

#tagsHash<String,String>

The tags of an instance.

Returns:

  • (Hash<String,String>)


9907
9908
9909
9910
9911
9912
9913
9914
9915
9916
9917
9918
9919
9920
9921
9922
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9907

class Instance < Struct.new(
  :id,
  :arn,
  :identity_management_type,
  :instance_alias,
  :created_time,
  :service_role,
  :instance_status,
  :status_reason,
  :inbound_calls_enabled,
  :outbound_calls_enabled,
  :instance_access_url,
  :tags)
  SENSITIVE = [:instance_alias]
  include Aws::Structure
end