Class: Aws::DevOpsGuru::Types::RecommendationRelatedEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::RecommendationRelatedEvent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Information about an event that is related to a recommendation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the event.
-
#resources ⇒ Array<Types::RecommendationRelatedEventResource>
A ‘ResourceCollection` object that contains arrays of the names of Amazon Web Services CloudFormation stacks.
Instance Attribute Details
#name ⇒ String
The name of the event. This corresponds to the ‘Name` field in an `Event` object.
3815 3816 3817 3818 3819 3820 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3815 class RecommendationRelatedEvent < Struct.new( :name, :resources) SENSITIVE = [] include Aws::Structure end |
#resources ⇒ Array<Types::RecommendationRelatedEventResource>
A ‘ResourceCollection` object that contains arrays of the names of Amazon Web Services CloudFormation stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks.
3815 3816 3817 3818 3819 3820 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3815 class RecommendationRelatedEvent < Struct.new( :name, :resources) SENSITIVE = [] include Aws::Structure end |