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.
9027 9028 9029 |
# File 'sig/types.rbs', line 9027 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
9028 9029 9030 |
# File 'sig/types.rbs', line 9028 def dry_run @dry_run end |
#duration_seconds ⇒ ::Integer
Returns the value of attribute duration_seconds.
9026 9027 9028 |
# File 'sig/types.rbs', line 9026 def duration_seconds @duration_seconds end |
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
9025 9026 9027 |
# File 'sig/types.rbs', line 9025 def instance_ids @instance_ids end |