Class: Aws::Types::UpdateVariableRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_value::String

Returns the value of attribute default_value.

Returns:

  • (::String)


1437
1438
1439
# File 'sig/types.rbs', line 1437

def default_value
  @default_value
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1438
1439
1440
# File 'sig/types.rbs', line 1438

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1436
1437
1438
# File 'sig/types.rbs', line 1436

def name
  @name
end

#variable_type::String

Returns the value of attribute variable_type.

Returns:

  • (::String)


1439
1440
1441
# File 'sig/types.rbs', line 1439

def variable_type
  @variable_type
end