Class: Aws::Types::ListDeploymentGroupsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListDeploymentGroupsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#deployment_groups ⇒ ::Array[::String]
Returns the value of attribute deployment_groups.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
969 970 971 |
# File 'sig/types.rbs', line 969 def application_name @application_name end |
#deployment_groups ⇒ ::Array[::String]
Returns the value of attribute deployment_groups.
970 971 972 |
# File 'sig/types.rbs', line 970 def deployment_groups @deployment_groups end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
971 972 973 |
# File 'sig/types.rbs', line 971 def next_token @next_token end |