You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The Amazon Connect instance.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The Amazon Resource Name (ARN) of the instance.

Returns:

  • (String) —

    The Amazon Resource Name (ARN) of the instance.

#created_time ⇒ Time

When the instance was created.

Returns:

  • (Time) —

    When the instance was created.

#id ⇒ String

The identifier of the Amazon Connect instance.

Returns:

  • (String) —

    The identifier of the Amazon Connect instance.

#identity_management_type ⇒ String

The identity management type.

Possible values:

  • SAML
  • CONNECT_MANAGED
  • EXISTING_DIRECTORY

Returns:

  • (String) —

    The identity management type.

#inbound_calls_enabled ⇒ Boolean

Whether inbound calls are enabled.

Returns:

  • (Boolean) —

    Whether inbound calls are enabled.

#instance_alias ⇒ String

The alias of instance.

Returns:

  • (String) —

    The alias of instance.

#instance_status ⇒ String

The state of the instance.

Possible values:

  • CREATION_IN_PROGRESS
  • ACTIVE
  • CREATION_FAILED

Returns:

  • (String) —

    The state of the instance.

#outbound_calls_enabled ⇒ Boolean

Whether outbound calls are enabled.

Returns:

  • (Boolean) —

    Whether outbound calls are enabled.

#service_role ⇒ String

The service role of the instance.

Returns:

  • (String) —

    The service role of the instance.

#status_reason ⇒ Types::InstanceStatusReason

Relevant details why the instance was not successfully created.

Returns: