Class: Aws::Types::VariableEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_source::String

Returns the value of attribute data_source.

Returns:

  • (::String)


1467
1468
1469
# File 'sig/types.rbs', line 1467

def data_source
  @data_source
end

#data_type::String

Returns the value of attribute data_type.

Returns:

  • (::String)


1466
1467
1468
# File 'sig/types.rbs', line 1466

def data_type
  @data_type
end

#default_value::String

Returns the value of attribute default_value.

Returns:

  • (::String)


1468
1469
1470
# File 'sig/types.rbs', line 1468

def default_value
  @default_value
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1469
1470
1471
# File 'sig/types.rbs', line 1469

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1465
1466
1467
# File 'sig/types.rbs', line 1465

def name
  @name
end

#variable_type::String

Returns the value of attribute variable_type.

Returns:

  • (::String)


1470
1471
1472
# File 'sig/types.rbs', line 1470

def variable_type
  @variable_type
end