Class: Aws::Types::ServicePrincipalNameSummary

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)


501
502
503
# File 'sig/types.rbs', line 501

def connector_arn
  @connector_arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


502
503
504
# File 'sig/types.rbs', line 502

def created_at
  @created_at
end

#directory_registration_arn::String

Returns the value of attribute directory_registration_arn.

Returns:

  • (::String)


503
504
505
# File 'sig/types.rbs', line 503

def directory_registration_arn
  @directory_registration_arn
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


504
505
506
# File 'sig/types.rbs', line 504

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")


505
506
507
# File 'sig/types.rbs', line 505

def status_reason
  @status_reason
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


506
507
508
# File 'sig/types.rbs', line 506

def updated_at
  @updated_at
end