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

#arnString

The Amazon Resource Name (ARN) of the instance.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the instance.

#created_timeTime

When the instance was created.

Returns:

  • (Time)

    When the instance was created.

#idString

The identifier of the Amazon Connect instance.

Returns:

  • (String)

    The identifier of the Amazon Connect instance.

#identity_management_typeString

The identity management type.

Possible values:

  • SAML
  • CONNECT_MANAGED
  • EXISTING_DIRECTORY

Returns:

  • (String)

    The identity management type.

#inbound_calls_enabledBoolean

Whether inbound calls are enabled.

Returns:

  • (Boolean)

    Whether inbound calls are enabled.

#instance_aliasString

The alias of instance.

Returns:

  • (String)

    The alias of instance.

#instance_statusString

The state of the instance.

Possible values:

  • CREATION_IN_PROGRESS
  • ACTIVE
  • CREATION_FAILED

Returns:

  • (String)

    The state of the instance.

#outbound_calls_enabledBoolean

Whether outbound calls are enabled.

Returns:

  • (Boolean)

    Whether outbound calls are enabled.

#service_roleString

The service role of the instance.

Returns:

  • (String)

    The service role of the instance.

#status_reasonTypes::InstanceStatusReason

Relevant details why the instance was not successfully created.

Returns: