Class: Aws::DatabaseMigrationService::Types::EndpointSetting
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::EndpointSetting
- Defined in:
- gems/aws-sdk-databasemigrationservice/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
orModifyEndpoint
. -
#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.
5659 5660 5661 5662 5663 5664 5665 5666 5667 5668 5669 5670 5671 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5659 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
.
5659 5660 5661 5662 5663 5664 5665 5666 5667 5668 5669 5670 5671 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5659 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.
5659 5660 5661 5662 5663 5664 5665 5666 5667 5668 5669 5670 5671 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5659 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
.
5659 5660 5661 5662 5663 5664 5665 5666 5667 5668 5669 5670 5671 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5659 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
.
5659 5660 5661 5662 5663 5664 5665 5666 5667 5668 5669 5670 5671 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5659 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.
5659 5660 5661 5662 5663 5664 5665 5666 5667 5668 5669 5670 5671 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5659 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.
5659 5660 5661 5662 5663 5664 5665 5666 5667 5668 5669 5670 5671 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5659 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
.
5659 5660 5661 5662 5663 5664 5665 5666 5667 5668 5669 5670 5671 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5659 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.
5659 5660 5661 5662 5663 5664 5665 5666 5667 5668 5669 5670 5671 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5659 class EndpointSetting < Struct.new( :name, :type, :enum_values, :sensitive, :units, :applicability, :int_value_min, :int_value_max, :default_value) SENSITIVE = [] include Aws::Structure end |