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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointsmsvoicev2/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)


2347
2348
2349
2350
2351
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2347

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