Class: Aws::Types::DescribePrimaryChannelSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#following_channel_arns::Array[::String]

Returns the value of attribute following_channel_arns.

Returns:

  • (::Array[::String])


5911
5912
5913
# File 'sig/types.rbs', line 5911

def following_channel_arns
  @following_channel_arns
end

#linked_channel_type"FOLLOWING_CHANNEL", "PRIMARY_CHANNEL"

Returns the value of attribute linked_channel_type.

Returns:

  • ("FOLLOWING_CHANNEL", "PRIMARY_CHANNEL")


5912
5913
5914
# File 'sig/types.rbs', line 5912

def linked_channel_type
  @linked_channel_type
end