Class: Aws::Types::UpdateRcsAgentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deletion_protection_enabled ⇒ Boolean

Returns the value of attribute deletion_protection_enabled.

Returns:

  • (Boolean)


2513
2514
2515
# File 'sig/types.rbs', line 2513

def deletion_protection_enabled
  @deletion_protection_enabled
end

#opt_out_list_name ⇒ ::String

Returns the value of attribute opt_out_list_name.

Returns:

  • (::String)


2514
2515
2516
# File 'sig/types.rbs', line 2514

def opt_out_list_name
  @opt_out_list_name
end

#rcs_agent_id ⇒ ::String

Returns the value of attribute rcs_agent_id.

Returns:

  • (::String)


2512
2513
2514
# File 'sig/types.rbs', line 2512

def rcs_agent_id
  @rcs_agent_id
end

#self_managed_opt_outs_enabled ⇒ Boolean

Returns the value of attribute self_managed_opt_outs_enabled.

Returns:

  • (Boolean)


2515
2516
2517
# File 'sig/types.rbs', line 2515

def self_managed_opt_outs_enabled
  @self_managed_opt_outs_enabled
end

#two_way_channel_arn ⇒ ::String

Returns the value of attribute two_way_channel_arn.

Returns:

  • (::String)


2516
2517
2518
# File 'sig/types.rbs', line 2516

def two_way_channel_arn
  @two_way_channel_arn
end

#two_way_channel_role ⇒ ::String

Returns the value of attribute two_way_channel_role.

Returns:

  • (::String)


2517
2518
2519
# File 'sig/types.rbs', line 2517

def two_way_channel_role
  @two_way_channel_role
end

#two_way_enabled ⇒ Boolean

Returns the value of attribute two_way_enabled.

Returns:

  • (Boolean)


2518
2519
2520
# File 'sig/types.rbs', line 2518

def two_way_enabled
  @two_way_enabled
end

#two_way_media_s3_bucket_name ⇒ ::String

Returns the value of attribute two_way_media_s3_bucket_name.

Returns:

  • (::String)


2519
2520
2521
# File 'sig/types.rbs', line 2519

def two_way_media_s3_bucket_name
  @two_way_media_s3_bucket_name
end

#two_way_media_s3_key_prefix ⇒ ::String

Returns the value of attribute two_way_media_s3_key_prefix.

Returns:

  • (::String)


2520
2521
2522
# File 'sig/types.rbs', line 2520

def two_way_media_s3_key_prefix
  @two_way_media_s3_key_prefix
end

#two_way_media_s3_role ⇒ ::String

Returns the value of attribute two_way_media_s3_role.

Returns:

  • (::String)


2521
2522
2523
# File 'sig/types.rbs', line 2521

def two_way_media_s3_role
  @two_way_media_s3_role
end

#two_way_rcs_events_enabled ⇒ ::Array[::String]

Returns the value of attribute two_way_rcs_events_enabled.

Returns:

  • (::Array[::String])


2522
2523
2524
# File 'sig/types.rbs', line 2522

def two_way_rcs_events_enabled
  @two_way_rcs_events_enabled
end