Class: Aws::Types::ServicePrincipalName
- Inherits:
-
Object
- Object
- Aws::Types::ServicePrincipalName
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#directory_registration_arn ⇒ ::String
Returns the value of attribute directory_registration_arn.
-
#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
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
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.
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.
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.
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.
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.
496 497 498 |
# File 'sig/types.rbs', line 496 def updated_at @updated_at end |