Class: Aws::Types::SegmentAttributeValue

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#value_arn::String

Returns the value of attribute value_arn.

Returns:

  • (::String)


7746
7747
7748
# File 'sig/types.rbs', line 7746

def value_arn
  @value_arn
end

#value_integer::Integer

Returns the value of attribute value_integer.

Returns:

  • (::Integer)


7744
7745
7746
# File 'sig/types.rbs', line 7744

def value_integer
  @value_integer
end

#value_list::Array[Types::SegmentAttributeValue]

Returns the value of attribute value_list.

Returns:



7745
7746
7747
# File 'sig/types.rbs', line 7745

def value_list
  @value_list
end

#value_map::Hash[::String, Types::SegmentAttributeValue]

Returns the value of attribute value_map.

Returns:



7743
7744
7745
# File 'sig/types.rbs', line 7743

def value_map
  @value_map
end

#value_string::String

Returns the value of attribute value_string.

Returns:

  • (::String)


7742
7743
7744
# File 'sig/types.rbs', line 7742

def value_string
  @value_string
end