Class: Aws::Types::StructuredMessageListDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity ⇒ ::Integer

Returns the value of attribute capacity.

Returns:

  • (::Integer)


1269
1270
1271
# File 'sig/types.rbs', line 1269

def capacity
  @capacity
end

#list_type ⇒ "FIXED_CAPACITY", ...

Returns the value of attribute list_type.

Returns:

  • ("FIXED_CAPACITY", "DYNAMIC_UNBOUNDED_CAPACITY", "DYNAMIC_BOUNDED_CAPACITY")


1268
1269
1270
# File 'sig/types.rbs', line 1268

def list_type
  @list_type
end

#member_type ⇒ Types::StructuredMessage

Returns the value of attribute member_type.



1267
1268
1269
# File 'sig/types.rbs', line 1267

def member_type
  @member_type
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1266
1267
1268
# File 'sig/types.rbs', line 1266

def name
  @name
end