Class: Aws::Types::DirectoryRegistrationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:



195
196
197
# File 'sig/types.rbs', line 195

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:



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.

Returns:



197
198
199
# File 'sig/types.rbs', line 197

def directory_id
  @directory_id
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:



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.

Returns:



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.

Returns:



200
201
202
# File 'sig/types.rbs', line 200

def updated_at
  @updated_at
end