Class: Aws::PinpointSMSVoiceV2::Types::DeleteRcsAgentRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rcs_agent_idString

The unique identifier of the RCS agent to delete. You can use either the RcsAgentId or RcsAgentArn.

Returns:

  • (String)


2469
2470
2471
2472
2473
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2469

class DeleteRcsAgentRequest < Struct.new(
  :rcs_agent_id)
  SENSITIVE = []
  include Aws::Structure
end