Class: Aws::Greengrass::Types::ListLoggerDefinitionVersionsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Returns:

  • (String)


3693
3694
3695
3696
3697
3698
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3693

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

#versionsArray<Types::VersionInformation>

Returns:



3693
3694
3695
3696
3697
3698
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3693

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