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)


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

def value_arn
  @value_arn
end

#value_integer::Integer

Returns the value of attribute value_integer.

Returns:

  • (::Integer)


7639
7640
7641
# File 'sig/types.rbs', line 7639

def value_integer
  @value_integer
end

#value_list::Array[Types::SegmentAttributeValue]

Returns the value of attribute value_list.

Returns:



7640
7641
7642
# File 'sig/types.rbs', line 7640

def value_list
  @value_list
end

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

Returns the value of attribute value_map.

Returns:



7638
7639
7640
# File 'sig/types.rbs', line 7638

def value_map
  @value_map
end

#value_string::String

Returns the value of attribute value_string.

Returns:

  • (::String)


7637
7638
7639
# File 'sig/types.rbs', line 7637

def value_string
  @value_string
end