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")


11319
11320
11321
# File 'sig/types.rbs', line 11319

def constant_type
  @constant_type
end

#maximum::String

Returns the value of attribute maximum.

Returns:

  • (::String)


11322
11323
11324
# File 'sig/types.rbs', line 11322

def maximum
  @maximum
end

#minimum::String

Returns the value of attribute minimum.

Returns:

  • (::String)


11321
11322
11323
# File 'sig/types.rbs', line 11321

def minimum
  @minimum
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


11320
11321
11322
# File 'sig/types.rbs', line 11320

def value
  @value
end

#value_list::Array[Types::CollectiveConstantEntry]

Returns the value of attribute value_list.

Returns:



11323
11324
11325
# File 'sig/types.rbs', line 11323

def value_list
  @value_list
end