Class: Aws::Chime::Types::DisassociatePhoneNumberFromUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::DisassociatePhoneNumberFromUserRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Chime account ID.
-
#user_id ⇒ String
The user ID.
Instance Attribute Details
#account_id ⇒ String
The Amazon Chime account ID.
3404 3405 3406 3407 3408 3409 |
# File 'lib/aws-sdk-chime/types.rb', line 3404 class DisassociatePhoneNumberFromUserRequest < Struct.new( :account_id, :user_id) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The user ID.
3404 3405 3406 3407 3408 3409 |
# File 'lib/aws-sdk-chime/types.rb', line 3404 class DisassociatePhoneNumberFromUserRequest < Struct.new( :account_id, :user_id) SENSITIVE = [] include Aws::Structure end |