Class: Aws::Types::DeleteApplicationStatusCheckRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteApplicationStatusCheckRequest
- 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 Attribute Details
#application_status_check_id ⇒ ::String
Returns the value of attribute application_status_check_id.
4133 4134 4135 |
# File 'sig/types.rbs', line 4133 def application_status_check_id @application_status_check_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
4134 4135 4136 |
# File 'sig/types.rbs', line 4134 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4135 4136 4137 |
# File 'sig/types.rbs', line 4135 def dry_run @dry_run end |