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.
970 971 972 |
# File 'sig/types.rbs', line 970 def application_name @application_name end |
#deployment_groups ⇒ ::Array[::String]
Returns the value of attribute deployment_groups.
971 972 973 |
# File 'sig/types.rbs', line 971 def deployment_groups @deployment_groups end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
972 973 974 |
# File 'sig/types.rbs', line 972 def next_token @next_token end |