Class: Aws::Types::DirectoryRegistrationSummary
- Inherits:
-
Object
- Object
- Aws::Types::DirectoryRegistrationSummary
- 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.
195 196 197 |
# File 'sig/types.rbs', line 195 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
196 197 198 |
# File 'sig/types.rbs', line 196 def created_at @created_at end |
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
197 198 199 |
# File 'sig/types.rbs', line 197 def directory_id @directory_id end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
198 199 200 |
# File 'sig/types.rbs', line 198 def status @status end |
#status_reason ⇒ "DIRECTORY_ACCESS_DENIED", ...
Returns the value of attribute status_reason.
199 200 201 |
# File 'sig/types.rbs', line 199 def status_reason @status_reason end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
200 201 202 |
# File 'sig/types.rbs', line 200 def updated_at @updated_at end |