Class: Aws::Types::DescribeServiceEnvironmentsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeServiceEnvironmentsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#service_environments ⇒ ::Array[Types::ServiceEnvironmentDetail]
Returns the value of attribute service_environments.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
519 520 521 |
# File 'sig/types.rbs', line 519 def next_token @next_token end |
#service_environments ⇒ ::Array[Types::ServiceEnvironmentDetail]
Returns the value of attribute service_environments.
518 519 520 |
# File 'sig/types.rbs', line 518 def service_environments @service_environments end |