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)


7646
7647
7648
# File 'sig/types.rbs', line 7646

def value_arn
  @value_arn
end

#value_integer::Integer

Returns the value of attribute value_integer.

Returns:

  • (::Integer)


7644
7645
7646
# File 'sig/types.rbs', line 7644

def value_integer
  @value_integer
end

#value_list::Array[Types::SegmentAttributeValue]

Returns the value of attribute value_list.

Returns:



7645
7646
7647
# File 'sig/types.rbs', line 7645

def value_list
  @value_list
end

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

Returns the value of attribute value_map.

Returns:



7643
7644
7645
# File 'sig/types.rbs', line 7643

def value_map
  @value_map
end

#value_string::String

Returns the value of attribute value_string.

Returns:

  • (::String)


7642
7643
7644
# File 'sig/types.rbs', line 7642

def value_string
  @value_string
end