Class: Aws::Types::EnableApplicationStatusCheckSuppressionRequest
- Inherits:
-
Object
- Object
- Aws::Types::EnableApplicationStatusCheckSuppressionRequest
- 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.
-
#duration_seconds ⇒ ::Integer
Returns the value of attribute duration_seconds.
-
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
9117 9118 9119 |
# File 'sig/types.rbs', line 9117 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
9118 9119 9120 |
# File 'sig/types.rbs', line 9118 def dry_run @dry_run end |
#duration_seconds ⇒ ::Integer
Returns the value of attribute duration_seconds.
9116 9117 9118 |
# File 'sig/types.rbs', line 9116 def duration_seconds @duration_seconds end |
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
9115 9116 9117 |
# File 'sig/types.rbs', line 9115 def instance_ids @instance_ids end |