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

Class: Aws::SageMaker::Types::DomainDetails

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

Overview

The domain's details.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The creation time.

Returns:

  • (Time)

    The creation time.

#domain_arnString

The domain\'s Amazon Resource Name (ARN).

Returns:

  • (String)

    The domain\'s Amazon Resource Name (ARN).

#domain_idString

The domain ID.

Returns:

  • (String)

    The domain ID.

#domain_nameString

The domain name.

Returns:

  • (String)

    The domain name.

#last_modified_timeTime

The last modified time.

Returns:

  • (Time)

    The last modified time.

#statusString

The status.

Possible values:

  • Deleting
  • Failed
  • InService
  • Pending
  • Updating
  • Update_Failed
  • Delete_Failed

Returns:

  • (String)

    The status.

#urlString

The domain\'s URL.

Returns:

  • (String)

    The domain\'s URL.