Class: Aws::Types::Directory
- Inherits:
-
Object
- Object
- Aws::Types::Directory
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#state ⇒ "ENABLED", ...
Returns the value of attribute state.
Instance Attribute Details
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_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.
733 734 735 |
# File 'sig/types.rbs', line 733 def directory_arn @directory_arn end |
#name ⇒ ::String
Returns the value of attribute name.
732 733 734 |
# File 'sig/types.rbs', line 732 def name @name end |
#state ⇒ "ENABLED", ...
Returns the value of attribute state.
734 735 736 |
# File 'sig/types.rbs', line 734 def state @state end |