Class: Aws::Mgn::Types::SourceServerConnectorAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::SourceServerConnectorAction
- Defined in:
- gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb
Overview
Source Server connector action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connector_arn ⇒ String
Source Server connector action connector arn.
-
#credentials_secret_arn ⇒ String
Source Server connector action credentials secret arn.
Instance Attribute Details
#connector_arn ⇒ String
Source Server connector action connector arn.
3764 3765 3766 3767 3768 3769 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3764 class SourceServerConnectorAction < Struct.new( :connector_arn, :credentials_secret_arn) SENSITIVE = [] include Aws::Structure end |
#credentials_secret_arn ⇒ String
Source Server connector action credentials secret arn.
3764 3765 3766 3767 3768 3769 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3764 class SourceServerConnectorAction < Struct.new( :connector_arn, :credentials_secret_arn) SENSITIVE = [] include Aws::Structure end |