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)


5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5299

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)


5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5299

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>)


5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5299

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)


5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5299

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)


5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5299

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)


5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5299

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)


5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5299

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)


5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5299

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)


5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5299

class EndpointSetting < Struct.new(
  :name,
  :type,
  :enum_values,
  :sensitive,
  :units,
  :applicability,
  :int_value_min,
  :int_value_max,
  :default_value)
  SENSITIVE = []
  include Aws::Structure
end