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 .
If you are using a shared AWS End User Messaging SMS and Voice resource then you must use the full Amazon Resource Name(ARN).
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 |