Class: Aws::SSM::Types::DescribeInstancePropertiesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeInstancePropertiesResult
- Defined in:
- gems/aws-sdk-ssm/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.
5490 5491 5492 5493 5494 5495 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5490 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.
5490 5491 5492 5493 5494 5495 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5490 class DescribeInstancePropertiesResult < Struct.new( :instance_properties, :next_token) SENSITIVE = [] include Aws::Structure end |