Class: Aws::Types::SourceServerConnectorAction
- Inherits:
-
Object
- Object
- Aws::Types::SourceServerConnectorAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
-
#credentials_secret_arn ⇒ ::String
Returns the value of attribute credentials_secret_arn.
Instance Attribute Details
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
1728 1729 1730 |
# File 'sig/types.rbs', line 1728 def connector_arn @connector_arn end |
#credentials_secret_arn ⇒ ::String
Returns the value of attribute credentials_secret_arn.
1727 1728 1729 |
# File 'sig/types.rbs', line 1727 def credentials_secret_arn @credentials_secret_arn end |