Class: Aws::SageMaker::Types::SpaceDetails

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

The space’s details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The creation time.

Returns:

  • (Time)


36999
37000
37001
37002
37003
37004
37005
37006
37007
# File 'lib/aws-sdk-sagemaker/types.rb', line 36999

class SpaceDetails < Struct.new(
  :domain_id,
  :space_name,
  :status,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#domain_idString

The ID of the associated Domain.

Returns:

  • (String)


36999
37000
37001
37002
37003
37004
37005
37006
37007
# File 'lib/aws-sdk-sagemaker/types.rb', line 36999

class SpaceDetails < Struct.new(
  :domain_id,
  :space_name,
  :status,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The last modified time.

Returns:

  • (Time)


36999
37000
37001
37002
37003
37004
37005
37006
37007
# File 'lib/aws-sdk-sagemaker/types.rb', line 36999

class SpaceDetails < Struct.new(
  :domain_id,
  :space_name,
  :status,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#space_nameString

The name of the space.

Returns:

  • (String)


36999
37000
37001
37002
37003
37004
37005
37006
37007
# File 'lib/aws-sdk-sagemaker/types.rb', line 36999

class SpaceDetails < Struct.new(
  :domain_id,
  :space_name,
  :status,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status.

Returns:

  • (String)


36999
37000
37001
37002
37003
37004
37005
37006
37007
# File 'lib/aws-sdk-sagemaker/types.rb', line 36999

class SpaceDetails < Struct.new(
  :domain_id,
  :space_name,
  :status,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end