Class: Aws::Types::DisassociateApplicationStatusCheckRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateApplicationStatusCheckRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_status_check_id ⇒ ::String
Returns the value of attribute application_status_check_id.
-
#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.
-
#target_tag_associations ⇒ ::Array[Types::CustomTagKeyValueRequestPair]
Returns the value of attribute target_tag_associations.
Instance Attribute Details
#application_status_check_id ⇒ ::String
Returns the value of attribute application_status_check_id.
8528 8529 8530 |
# File 'sig/types.rbs', line 8528 def application_status_check_id @application_status_check_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
8531 8532 8533 |
# File 'sig/types.rbs', line 8531 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8532 8533 8534 |
# File 'sig/types.rbs', line 8532 def dry_run @dry_run end |
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
8530 8531 8532 |
# File 'sig/types.rbs', line 8530 def instance_ids @instance_ids end |
#target_tag_associations ⇒ ::Array[Types::CustomTagKeyValueRequestPair]
Returns the value of attribute target_tag_associations.
8529 8530 8531 |
# File 'sig/types.rbs', line 8529 def target_tag_associations @target_tag_associations end |