Class: Aws::CloudDirectory::Types::Directory

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

Overview

Directory structure that includes the directory name and directory ARN.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

The date and time when the directory was created.

Returns:

  • (Time)


2582
2583
2584
2585
2586
2587
2588
2589
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2582

class Directory < Struct.new(
  :name,
  :directory_arn,
  :state,
  :creation_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#directory_arnString

The Amazon Resource Name (ARN) that is associated with the directory. For more information, see arns.

Returns:

  • (String)


2582
2583
2584
2585
2586
2587
2588
2589
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2582

class Directory < Struct.new(
  :name,
  :directory_arn,
  :state,
  :creation_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the directory.

Returns:

  • (String)


2582
2583
2584
2585
2586
2587
2588
2589
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2582

class Directory < Struct.new(
  :name,
  :directory_arn,
  :state,
  :creation_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the directory. Can be either Enabled, Disabled, or Deleted.

Returns:

  • (String)


2582
2583
2584
2585
2586
2587
2588
2589
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2582

class Directory < Struct.new(
  :name,
  :directory_arn,
  :state,
  :creation_date_time)
  SENSITIVE = []
  include Aws::Structure
end