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:



6069
6070
6071
6072
6073
6074
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6069

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)


6069
6070
6071
6072
6073
6074
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6069

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