Class: Aws::DatabaseMigrationService::Types::EndpointSetting

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-databasemigrationservice/types.rb

Overview

Endpoint settings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#applicabilityString

The relevance or validity of an endpoint setting for an engine name and its endpoint type.

Returns:

  • (String)


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_valueString

The default value of the endpoint setting if no value is specified using ‘CreateEndpoint` or `ModifyEndpoint`.

Returns:

  • (String)


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_valuesArray<String>

Enumerated values to use for this endpoint.

Returns:

  • (Array<String>)


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_maxInteger

The maximum value of an endpoint setting that is of type ‘int`.

Returns:

  • (Integer)


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_minInteger

The minimum value of an endpoint setting that is of type ‘int`.

Returns:

  • (Integer)


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

#nameString

The name that you want to give the endpoint settings.

Returns:

  • (String)


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

#sensitiveBoolean

A value that marks this endpoint setting as sensitive.

Returns:

  • (Boolean)


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

#typeString

The type of endpoint. Valid values are ‘source` and `target`.

Returns:

  • (String)


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

#unitsString

The unit of measure for this endpoint setting.

Returns:

  • (String)


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