Class: Aws::Types::DirectoryRegistration

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:

  • (::String)


185
186
187
# File 'sig/types.rbs', line 185

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


187
188
189
# File 'sig/types.rbs', line 187

def directory_id
  @directory_id
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "ACTIVE", "DELETING", "FAILED")


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.

Returns:

  • ("DIRECTORY_ACCESS_DENIED", "DIRECTORY_RESOURCE_NOT_FOUND", "DIRECTORY_NOT_ACTIVE", "DIRECTORY_NOT_REACHABLE", "DIRECTORY_TYPE_NOT_SUPPORTED", "INTERNAL_FAILURE")


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.

Returns:

  • (::Time)


190
191
192
# File 'sig/types.rbs', line 190

def updated_at
  @updated_at
end