Class: Aws::Types::ServicePrincipalName

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connector_arn::String

Returns the value of attribute connector_arn.

Returns:

  • (::String)


491
492
493
# File 'sig/types.rbs', line 491

def connector_arn
  @connector_arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


492
493
494
# File 'sig/types.rbs', line 492

def created_at
  @created_at
end

#directory_registration_arn::String

Returns the value of attribute directory_registration_arn.

Returns:

  • (::String)


493
494
495
# File 'sig/types.rbs', line 493

def directory_registration_arn
  @directory_registration_arn
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


494
495
496
# File 'sig/types.rbs', line 494

def status
  @status
end

#status_reason"DIRECTORY_ACCESS_DENIED", ...

Returns the value of attribute status_reason.

Returns:

  • ("DIRECTORY_ACCESS_DENIED", "DIRECTORY_NOT_REACHABLE", "DIRECTORY_RESOURCE_NOT_FOUND", "SPN_EXISTS_ON_DIFFERENT_AD_OBJECT", "SPN_LIMIT_EXCEEDED", "INTERNAL_FAILURE")


495
496
497
# File 'sig/types.rbs', line 495

def status_reason
  @status_reason
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


496
497
498
# File 'sig/types.rbs', line 496

def updated_at
  @updated_at
end