Class: Aws::Types::EndpointSetting

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#applicability::String

Returns the value of attribute applicability.

Returns:

  • (::String)


1409
1410
1411
# File 'sig/types.rbs', line 1409

def applicability
  @applicability
end

#default_value::String

Returns the value of attribute default_value.

Returns:

  • (::String)


1412
1413
1414
# File 'sig/types.rbs', line 1412

def default_value
  @default_value
end

#enum_values::Array[::String]

Returns the value of attribute enum_values.

Returns:

  • (::Array[::String])


1406
1407
1408
# File 'sig/types.rbs', line 1406

def enum_values
  @enum_values
end

#int_value_max::Integer

Returns the value of attribute int_value_max.

Returns:

  • (::Integer)


1411
1412
1413
# File 'sig/types.rbs', line 1411

def int_value_max
  @int_value_max
end

#int_value_min::Integer

Returns the value of attribute int_value_min.

Returns:

  • (::Integer)


1410
1411
1412
# File 'sig/types.rbs', line 1410

def int_value_min
  @int_value_min
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1404
1405
1406
# File 'sig/types.rbs', line 1404

def name
  @name
end

#sensitiveBoolean

Returns the value of attribute sensitive.

Returns:

  • (Boolean)


1407
1408
1409
# File 'sig/types.rbs', line 1407

def sensitive
  @sensitive
end

#type"string", ...

Returns the value of attribute type.

Returns:

  • ("string", "boolean", "integer", "enum")


1405
1406
1407
# File 'sig/types.rbs', line 1405

def type
  @type
end

#units::String

Returns the value of attribute units.

Returns:

  • (::String)


1408
1409
1410
# File 'sig/types.rbs', line 1408

def units
  @units
end