Class: Aws::ResilienceHub::Types::ListAppVersionResourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::ListAppVersionResourcesResponse
- Defined in:
- gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Token for the next set of results, or null if there are no more results.
-
#physical_resources ⇒ Array<Types::PhysicalResource>
The physical resources in the application version.
-
#resolution_id ⇒ String
The ID for a specific resolution.
Instance Attribute Details
#next_token ⇒ String
Token for the next set of results, or null if there are no more results.
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_resources ⇒ Array<Types::PhysicalResource>
The physical resources in the application version.
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_id ⇒ String
The ID for a specific resolution.
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 |