Class: Aws::Types::DisassociateApplicationStatusCheckRequest

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)


8618
8619
8620
# File 'sig/types.rbs', line 8618

def application_status_check_id
  @application_status_check_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


8621
8622
8623
# File 'sig/types.rbs', line 8621

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


8622
8623
8624
# File 'sig/types.rbs', line 8622

def dry_run
  @dry_run
end

#instance_ids::Array[::String]

Returns the value of attribute instance_ids.

Returns:

  • (::Array[::String])


8620
8621
8622
# File 'sig/types.rbs', line 8620

def instance_ids
  @instance_ids
end

#target_tag_associations::Array[Types::CustomTagKeyValueRequestPair]

Returns the value of attribute target_tag_associations.



8619
8620
8621
# File 'sig/types.rbs', line 8619

def target_tag_associations
  @target_tag_associations
end