Class: Aws::CognitoIdentityProvider::Types::AdminListDevicesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::AdminListDevicesResponse
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Lists the device's response, as an administrator.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#devices ⇒ Array<Types::DeviceType>
The devices in the list of devices response.
-
#pagination_token ⇒ String
The pagination token.
Instance Attribute Details
#devices ⇒ Array<Types::DeviceType>
The devices in the list of devices response.
1109 1110 1111 1112 1113 1114 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 1109 class AdminListDevicesResponse < Struct.new( :devices, :pagination_token) SENSITIVE = [] include Aws::Structure end |
#pagination_token ⇒ String
The pagination token.
1109 1110 1111 1112 1113 1114 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 1109 class AdminListDevicesResponse < Struct.new( :devices, :pagination_token) SENSITIVE = [] include Aws::Structure end |