Class: Aws::Types::DeleteApplicationStatusCheckRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_status_check_id::String

Returns the value of attribute application_status_check_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


4134
4135
4136
# File 'sig/types.rbs', line 4134

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


4135
4136
4137
# File 'sig/types.rbs', line 4135

def dry_run
  @dry_run
end