Class: Aws::ResilienceHub::Types::ListAppVersionResourcesResponse

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)


3490
3491
3492
3493
3494
3495
3496
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3490

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

#physical_resourcesArray<Types::PhysicalResource>

The physical resources in the application version.

Returns:



3490
3491
3492
3493
3494
3495
3496
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3490

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

#resolution_idString

The ID for a specific resolution.

Returns:

  • (String)


3490
3491
3492
3493
3494
3495
3496
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3490

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