Class: Aws::PinpointSMSVoiceV2::Types::DeletePoolRequest

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

#pool_idString

The PoolId or PoolArn of the pool to delete. You can use DescribePools to find the values for PoolId and PoolArn .

If you are using a shared AWS End User Messaging SMS and Voice resource then you must use the full Amazon Resource Name(ARN).

Returns:

  • (String)


1569
1570
1571
1572
1573
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1569

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