Class: Aws::Types::GetServicePrincipalNameRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetServicePrincipalNameRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
-
#directory_registration_arn ⇒ ::String
Returns the value of attribute directory_registration_arn.
Instance Attribute Details
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
288 289 290 |
# File 'sig/types.rbs', line 288 def connector_arn @connector_arn end |
#directory_registration_arn ⇒ ::String
Returns the value of attribute directory_registration_arn.
289 290 291 |
# File 'sig/types.rbs', line 289 def directory_registration_arn @directory_registration_arn end |