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)


7471
7472
7473
# File 'sig/types.rbs', line 7471

def value_arn
  @value_arn
end

#value_integer::Integer

Returns the value of attribute value_integer.

Returns:

  • (::Integer)


7469
7470
7471
# File 'sig/types.rbs', line 7469

def value_integer
  @value_integer
end

#value_list::Array[Types::SegmentAttributeValue]

Returns the value of attribute value_list.

Returns:



7470
7471
7472
# File 'sig/types.rbs', line 7470

def value_list
  @value_list
end

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

Returns the value of attribute value_map.

Returns:



7468
7469
7470
# File 'sig/types.rbs', line 7468

def value_map
  @value_map
end

#value_string::String

Returns the value of attribute value_string.

Returns:

  • (::String)


7467
7468
7469
# File 'sig/types.rbs', line 7467

def value_string
  @value_string
end