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)


3985
3986
3987
3988
3989
3990
3991
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3985

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)


3985
3986
3987
3988
3989
3990
3991
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3985

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:



3985
3986
3987
3988
3989
3990
3991
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3985

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