Class: Aws::ResilienceHub::Types::ListUnsupportedAppVersionResourcesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Token for the next set of results, or null if there are no more results.

Returns:

  • (String)


4037
4038
4039
4040
4041
4042
4043
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4037

class ListUnsupportedAppVersionResourcesResponse < Struct.new(
  :next_token,
  :resolution_id,
  :unsupported_resources)
  SENSITIVE = []
  include Aws::Structure
end

#resolution_idString

The identifier for a specific resolution.

Returns:

  • (String)


4037
4038
4039
4040
4041
4042
4043
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4037

class ListUnsupportedAppVersionResourcesResponse < Struct.new(
  :next_token,
  :resolution_id,
  :unsupported_resources)
  SENSITIVE = []
  include Aws::Structure
end

#unsupported_resourcesArray<Types::UnsupportedResource>

The unsupported resources for the application.

Returns:



4037
4038
4039
4040
4041
4042
4043
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4037

class ListUnsupportedAppVersionResourcesResponse < Struct.new(
  :next_token,
  :resolution_id,
  :unsupported_resources)
  SENSITIVE = []
  include Aws::Structure
end