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)


4082
4083
4084
4085
4086
4087
4088
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4082

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:



4082
4083
4084
4085
4086
4087
4088
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4082

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)


4082
4083
4084
4085
4086
4087
4088
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4082

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