Class: Aws::Types::Directory

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_time::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


735
736
737
# File 'sig/types.rbs', line 735

def creation_date_time
  @creation_date_time
end

#directory_arn::String

Returns the value of attribute directory_arn.

Returns:

  • (::String)


733
734
735
# File 'sig/types.rbs', line 733

def directory_arn
  @directory_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


732
733
734
# File 'sig/types.rbs', line 732

def name
  @name
end

#state"ENABLED", ...

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED", "DELETED")


734
735
736
# File 'sig/types.rbs', line 734

def state
  @state
end