Class: Aws::Types::ListDeploymentConfigsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListDeploymentConfigsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_configs_list ⇒ ::Array[::String]
Returns the value of attribute deployment_configs_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#deployment_configs_list ⇒ ::Array[::String]
Returns the value of attribute deployment_configs_list.
957 958 959 |
# File 'sig/types.rbs', line 957 def deployment_configs_list @deployment_configs_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
958 959 960 |
# File 'sig/types.rbs', line 958 def next_token @next_token end |