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)


7775
7776
7777
# File 'sig/types.rbs', line 7775

def value_arn
  @value_arn
end

#value_integer::Integer

Returns the value of attribute value_integer.

Returns:

  • (::Integer)


7773
7774
7775
# File 'sig/types.rbs', line 7773

def value_integer
  @value_integer
end

#value_list::Array[Types::SegmentAttributeValue]

Returns the value of attribute value_list.

Returns:



7774
7775
7776
# File 'sig/types.rbs', line 7774

def value_list
  @value_list
end

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

Returns the value of attribute value_map.

Returns:



7772
7773
7774
# File 'sig/types.rbs', line 7772

def value_map
  @value_map
end

#value_string::String

Returns the value of attribute value_string.

Returns:

  • (::String)


7771
7772
7773
# File 'sig/types.rbs', line 7771

def value_string
  @value_string
end