Class: Aws::PinpointSMSVoiceV2::Types::DeleteRcsAgentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DeleteRcsAgentRequest
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rcs_agent_id ⇒ String
The unique identifier of the RCS agent to delete.
Instance Attribute Details
#rcs_agent_id ⇒ String
The unique identifier of the RCS agent to delete. You can use either the RcsAgentId or RcsAgentArn.
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 |