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

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

#pool_idString

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

Returns:

  • (String)


1353
1354
1355
1356
1357
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1353

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