Class: Aws::Types::DeleteServicePrincipalNameRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteServicePrincipalNameRequest
- 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.
168 169 170 |
# File 'sig/types.rbs', line 168 def connector_arn @connector_arn end |
#directory_registration_arn ⇒ ::String
Returns the value of attribute directory_registration_arn.
169 170 171 |
# File 'sig/types.rbs', line 169 def directory_registration_arn @directory_registration_arn end |