Class: Aws::Types::DirectoryRegistration
- Inherits:
-
Object
- Object
- Aws::Types::DirectoryRegistration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#status_reason ⇒ "DIRECTORY_ACCESS_DENIED", ...
Returns the value of attribute status_reason.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
185 186 187 |
# File 'sig/types.rbs', line 185 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
186 187 188 |
# File 'sig/types.rbs', line 186 def created_at @created_at end |
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
187 188 189 |
# File 'sig/types.rbs', line 187 def directory_id @directory_id end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
188 189 190 |
# File 'sig/types.rbs', line 188 def status @status end |
#status_reason ⇒ "DIRECTORY_ACCESS_DENIED", ...
Returns the value of attribute status_reason.
189 190 191 |
# File 'sig/types.rbs', line 189 def status_reason @status_reason end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
190 191 192 |
# File 'sig/types.rbs', line 190 def updated_at @updated_at end |