Class: Aws::CodeDeploy::Types::GetDeploymentGroupOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::GetDeploymentGroupOutput
- Defined in:
- gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb
Overview
Represents the output of a GetDeploymentGroup
operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_group_info ⇒ Types::DeploymentGroupInfo
Information about the deployment group.
Instance Attribute Details
#deployment_group_info ⇒ Types::DeploymentGroupInfo
Information about the deployment group.
2491 2492 2493 2494 2495 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 2491 class GetDeploymentGroupOutput < Struct.new( :deployment_group_info) SENSITIVE = [] include Aws::Structure end |