Class: Aws::SSM::Types::DescribeInstancePropertiesResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_propertiesArray<Types::InstanceProperty>

Properties for the managed instances.

Returns:



5468
5469
5470
5471
5472
5473
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5468

class DescribeInstancePropertiesResult < Struct.new(
  :instance_properties,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of properties to return. Use this token to get the next set of results.

Returns:

  • (String)


5468
5469
5470
5471
5472
5473
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5468

class DescribeInstancePropertiesResult < Struct.new(
  :instance_properties,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end