Class: Aws::Types::ServicePrincipalNameSummary
- Inherits:
-
Object
- Object
- Aws::Types::ServicePrincipalNameSummary
- 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.
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.
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.
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.
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.
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.
506 507 508 |
# File 'sig/types.rbs', line 506 def updated_at @updated_at end |