Class: Aws::Inspector2::Types::GetClustersForImageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::GetClustersForImageResponse
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster ⇒ Array<Types::ClusterInformation>
A unit of work inside of a cluster, which can include metadata about the cluster.
-
#next_token ⇒ String
The pagination token from a previous request used to retrieve the next page of results.
Instance Attribute Details
#cluster ⇒ Array<Types::ClusterInformation>
A unit of work inside of a cluster, which can include metadata about the cluster.
5032 5033 5034 5035 5036 5037 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5032 class GetClustersForImageResponse < Struct.new( :cluster, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from a previous request used to retrieve the next page of results.
5032 5033 5034 5035 5036 5037 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5032 class GetClustersForImageResponse < Struct.new( :cluster, :next_token) SENSITIVE = [] include Aws::Structure end |