Class: Aws::OpsWorks::Types::DescribeAgentVersionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DescribeAgentVersionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_manager ⇒ Types::StackConfigurationManager
The configuration manager.
-
#stack_id ⇒ String
The stack ID.
Instance Attribute Details
#configuration_manager ⇒ Types::StackConfigurationManager
The configuration manager.
2255 2256 2257 2258 2259 2260 |
# File 'lib/aws-sdk-opsworks/types.rb', line 2255 class DescribeAgentVersionsRequest < Struct.new( :stack_id, :configuration_manager) SENSITIVE = [] include Aws::Structure end |
#stack_id ⇒ String
The stack ID.
2255 2256 2257 2258 2259 2260 |
# File 'lib/aws-sdk-opsworks/types.rb', line 2255 class DescribeAgentVersionsRequest < Struct.new( :stack_id, :configuration_manager) SENSITIVE = [] include Aws::Structure end |