Class: Aws::PinpointSMSVoiceV2::Types::RcsCarousel

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpointsmsvoicev2/types.rb

Overview

A carousel of 2 to 10 scrollable rich cards.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#card_contentsArray<Types::RcsCarouselCardContent>

The list of cards in the carousel. Minimum 2, maximum 10 cards.

Returns:



6202
6203
6204
6205
6206
6207
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6202

class RcsCarousel < Struct.new(
  :card_width,
  :card_contents)
  SENSITIVE = []
  include Aws::Structure
end

#card_widthString

The width of cards in the carousel. Valid values are SMALL and MEDIUM.

Returns:

  • (String)


6202
6203
6204
6205
6206
6207
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6202

class RcsCarousel < Struct.new(
  :card_width,
  :card_contents)
  SENSITIVE = []
  include Aws::Structure
end