Class: Aws::AppConfig::Types::Extensions

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::ExtensionSummary>

The list of available extensions. The list includes Amazon Web Services authored and user-created extensions.

Returns:



1482
1483
1484
1485
1486
1487
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1482

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

#next_tokenString

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

Returns:

  • (String)


1482
1483
1484
1485
1486
1487
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1482

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