Class: Aws::Types::DisableApplicationStatusCheckSuppressionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisableApplicationStatusCheckSuppressionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
8254 8255 8256 |
# File 'sig/types.rbs', line 8254 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8255 8256 8257 |
# File 'sig/types.rbs', line 8255 def dry_run @dry_run end |
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
8253 8254 8255 |
# File 'sig/types.rbs', line 8253 def instance_ids @instance_ids end |