Class: Aws::Types::TopicConstantValue

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#constant_type"SINGULAR", ...

Returns the value of attribute constant_type.

Returns:

  • ("SINGULAR", "RANGE", "COLLECTIVE")


11709
11710
11711
# File 'sig/types.rbs', line 11709

def constant_type
  @constant_type
end

#maximum::String

Returns the value of attribute maximum.

Returns:

  • (::String)


11712
11713
11714
# File 'sig/types.rbs', line 11712

def maximum
  @maximum
end

#minimum::String

Returns the value of attribute minimum.

Returns:

  • (::String)


11711
11712
11713
# File 'sig/types.rbs', line 11711

def minimum
  @minimum
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


11710
11711
11712
# File 'sig/types.rbs', line 11710

def value
  @value
end

#value_list::Array[Types::CollectiveConstantEntry]

Returns the value of attribute value_list.

Returns:



11713
11714
11715
# File 'sig/types.rbs', line 11713

def value_list
  @value_list
end