Class: Aws::PinpointSMSVoiceV2::Types::DeletePoolRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DeletePoolRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pool_id ⇒ String
The PoolId or PoolArn of the pool to delete.
Instance Attribute Details
#pool_id ⇒ String
The PoolId or PoolArn of the pool to delete. You can use DescribePools to find the values for PoolId and PoolArn .
1531 1532 1533 1534 1535 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1531 class DeletePoolRequest < Struct.new( :pool_id) SENSITIVE = [] include Aws::Structure end |