Class: Aws::RolesAnywhere::Types::ListTrustAnchorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RolesAnywhere::Types::ListTrustAnchorsResponse
- Defined in:
- gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token that indicates where the output should continue from, if a previous request did not show all results.
-
#trust_anchors ⇒ Array<Types::TrustAnchorDetail>
A list of trust anchors.
Instance Attribute Details
#next_token ⇒ String
A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.
460 461 462 463 464 465 |
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 460 class ListTrustAnchorsResponse < Struct.new( :next_token, :trust_anchors) SENSITIVE = [] include Aws::Structure end |
#trust_anchors ⇒ Array<Types::TrustAnchorDetail>
A list of trust anchors.
460 461 462 463 464 465 |
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 460 class ListTrustAnchorsResponse < Struct.new( :next_token, :trust_anchors) SENSITIVE = [] include Aws::Structure end |