Class: Aws::SSM::Types::DescribeInstancePropertiesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeInstancePropertiesResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_properties ⇒ Array<Types::InstanceProperty>
Properties for the managed instances.
-
#next_token ⇒ String
The token for the next set of properties to return.
Instance Attribute Details
#instance_properties ⇒ Array<Types::InstanceProperty>
Properties for the managed instances.
5488 5489 5490 5491 5492 5493 |
# File 'lib/aws-sdk-ssm/types.rb', line 5488 class DescribeInstancePropertiesResult < Struct.new( :instance_properties, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of properties to return. Use this token to get the next set of results.
5488 5489 5490 5491 5492 5493 |
# File 'lib/aws-sdk-ssm/types.rb', line 5488 class DescribeInstancePropertiesResult < Struct.new( :instance_properties, :next_token) SENSITIVE = [] include Aws::Structure end |