Class: Aws::DatabaseMigrationService::Types::EndpointSetting
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::EndpointSetting
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Endpoint settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#applicability ⇒ String
The relevance or validity of an endpoint setting for an engine name and its endpoint type.
-
#default_value ⇒ String
The default value of the endpoint setting if no value is specified using ‘CreateEndpoint` or `ModifyEndpoint`.
-
#enum_values ⇒ Array<String>
Enumerated values to use for this endpoint.
-
#int_value_max ⇒ Integer
The maximum value of an endpoint setting that is of type ‘int`.
-
#int_value_min ⇒ Integer
The minimum value of an endpoint setting that is of type ‘int`.
-
#name ⇒ String
The name that you want to give the endpoint settings.
-
#sensitive ⇒ Boolean
A value that marks this endpoint setting as sensitive.
-
#type ⇒ String
The type of endpoint.
-
#units ⇒ String
The unit of measure for this endpoint setting.
Instance Attribute Details
#applicability ⇒ String
The relevance or validity of an endpoint setting for an engine name and its endpoint type.
5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5640 class EndpointSetting < Struct.new( :name, :type, :enum_values, :sensitive, :units, :applicability, :int_value_min, :int_value_max, :default_value) SENSITIVE = [] include Aws::Structure end |
#default_value ⇒ String
The default value of the endpoint setting if no value is specified using ‘CreateEndpoint` or `ModifyEndpoint`.
5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5640 class EndpointSetting < Struct.new( :name, :type, :enum_values, :sensitive, :units, :applicability, :int_value_min, :int_value_max, :default_value) SENSITIVE = [] include Aws::Structure end |
#enum_values ⇒ Array<String>
Enumerated values to use for this endpoint.
5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5640 class EndpointSetting < Struct.new( :name, :type, :enum_values, :sensitive, :units, :applicability, :int_value_min, :int_value_max, :default_value) SENSITIVE = [] include Aws::Structure end |
#int_value_max ⇒ Integer
The maximum value of an endpoint setting that is of type ‘int`.
5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5640 class EndpointSetting < Struct.new( :name, :type, :enum_values, :sensitive, :units, :applicability, :int_value_min, :int_value_max, :default_value) SENSITIVE = [] include Aws::Structure end |
#int_value_min ⇒ Integer
The minimum value of an endpoint setting that is of type ‘int`.
5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5640 class EndpointSetting < Struct.new( :name, :type, :enum_values, :sensitive, :units, :applicability, :int_value_min, :int_value_max, :default_value) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name that you want to give the endpoint settings.
5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5640 class EndpointSetting < Struct.new( :name, :type, :enum_values, :sensitive, :units, :applicability, :int_value_min, :int_value_max, :default_value) SENSITIVE = [] include Aws::Structure end |
#sensitive ⇒ Boolean
A value that marks this endpoint setting as sensitive.
5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5640 class EndpointSetting < Struct.new( :name, :type, :enum_values, :sensitive, :units, :applicability, :int_value_min, :int_value_max, :default_value) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of endpoint. Valid values are ‘source` and `target`.
5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5640 class EndpointSetting < Struct.new( :name, :type, :enum_values, :sensitive, :units, :applicability, :int_value_min, :int_value_max, :default_value) SENSITIVE = [] include Aws::Structure end |
#units ⇒ String
The unit of measure for this endpoint setting.
5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5640 class EndpointSetting < Struct.new( :name, :type, :enum_values, :sensitive, :units, :applicability, :int_value_min, :int_value_max, :default_value) SENSITIVE = [] include Aws::Structure end |