Class: Aws::Types::CreateServicePrincipalNameRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateServicePrincipalNameRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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
#client_token ⇒ ::String
Returns the value of attribute client_token.
128 129 130 |
# File 'sig/types.rbs', line 128 def client_token @client_token end |
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
129 130 131 |
# File 'sig/types.rbs', line 129 def connector_arn @connector_arn end |
#directory_registration_arn ⇒ ::String
Returns the value of attribute directory_registration_arn.
130 131 132 |
# File 'sig/types.rbs', line 130 def directory_registration_arn @directory_registration_arn end |