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).
1552 1553 1554 1555 1556 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1552 class DeletePoolRequest < Struct.new( :pool_id) SENSITIVE = [] include Aws::Structure end |