Class: Aws::Types::ListDeploymentGroupsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListDeploymentGroupsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
963 964 965 |
# File 'sig/types.rbs', line 963 def application_name @application_name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
964 965 966 |
# File 'sig/types.rbs', line 964 def next_token @next_token end |