Class: Aws::Types::ListDeploymentTargetsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListDeploymentTargetsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#target_filters ⇒ ::Hash[("TargetStatus" | "ServerInstanceLabel"), ::Array[::String]]
Returns the value of attribute target_filters.
Instance Attribute Details
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
990 991 992 |
# File 'sig/types.rbs', line 990 def deployment_id @deployment_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
991 992 993 |
# File 'sig/types.rbs', line 991 def next_token @next_token end |
#target_filters ⇒ ::Hash[("TargetStatus" | "ServerInstanceLabel"), ::Array[::String]]
Returns the value of attribute target_filters.
992 993 994 |
# File 'sig/types.rbs', line 992 def target_filters @target_filters end |