Class: Aws::AppConfig::Types::ListExtensionAssociationsRequest

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

#extension_identifierString

The name, the ID, or the Amazon Resource Name (ARN) of the extension.

Returns:

  • (String)


2024
2025
2026
2027
2028
2029
2030
2031
2032
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2024

class ListExtensionAssociationsRequest < Struct.new(
  :resource_identifier,
  :extension_identifier,
  :extension_version_number,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#extension_version_numberInteger

The version number for the extension defined in the association.

Returns:

  • (Integer)


2024
2025
2026
2027
2028
2029
2030
2031
2032
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2024

class ListExtensionAssociationsRequest < Struct.new(
  :resource_identifier,
  :extension_identifier,
  :extension_version_number,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

Returns:

  • (Integer)


2024
2025
2026
2027
2028
2029
2030
2031
2032
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2024

class ListExtensionAssociationsRequest < Struct.new(
  :resource_identifier,
  :extension_identifier,
  :extension_version_number,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token to start the list. Use this token to get the next set of results or pass null to get the first set of results.

Returns:

  • (String)


2024
2025
2026
2027
2028
2029
2030
2031
2032
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2024

class ListExtensionAssociationsRequest < Struct.new(
  :resource_identifier,
  :extension_identifier,
  :extension_version_number,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#resource_identifierString

The ARN of an application, configuration profile, or environment.

Returns:

  • (String)


2024
2025
2026
2027
2028
2029
2030
2031
2032
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2024

class ListExtensionAssociationsRequest < Struct.new(
  :resource_identifier,
  :extension_identifier,
  :extension_version_number,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end