Class: Aws::Signer::Types::ListSigningPlatformsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Signer::Types::ListSigningPlatformsResponse
- Defined in:
- gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Value for specifying the next set of paginated results to return.
-
#platforms ⇒ Array<Types::SigningPlatform>
A list of all platforms that match the request parameters.
Instance Attribute Details
#next_token ⇒ String
Value for specifying the next set of paginated results to return.
745 746 747 748 749 750 |
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 745 class ListSigningPlatformsResponse < Struct.new( :platforms, :next_token) SENSITIVE = [] include Aws::Structure end |
#platforms ⇒ Array<Types::SigningPlatform>
A list of all platforms that match the request parameters.
745 746 747 748 749 750 |
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 745 class ListSigningPlatformsResponse < Struct.new( :platforms, :next_token) SENSITIVE = [] include Aws::Structure end |